Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
358 views

I have installed mlab for running a few .m scripts from python. I have tested it code from this answer and it works very well. However my problem starts when I try to run a script using the run ...
gaya's user avatar
  • 495
1 vote
0 answers
109 views

Windows Machine, Python 2.7 64 bit, Abaqus 6.14 I tried to call matlab function in Python scripts var "mlab" module. It ran well in the Python IDEL. But when importing "mlab" in ABAQUS PDE, I got an ...
freshmanxy's user avatar
0 votes
0 answers
334 views

I want to call matlab from python using mlab. When I do the following from mlab.releases import R2012a as matlab I get the following error: Exception AssertionError: AssertionError() in <bound ...
user3820991's user avatar
  • 2,670
8 votes
2 answers
3k views

I am new to Python. I am trying to run MATLAB from inside Python using the mlab package. I was following the guide on the website, and I entered this in the Python command line: from mlab.releases ...
KSS's user avatar
  • 81