Open zhnfs opened 5 years ago
I have the same issue. Tried with both python3.6 and python2.7
I have the same issue. Did you resolve it?
i too couldn't solve. Please help
use command: python run.py matlab_file_name.m I finally get matlab_file_name.py. The python code is generated then but the code is not good enough to work.
Can someone please elaborate more on how to successfully run this on any .m file?
Facing the same issue no error message and output .py file is generated
I am not sure about others, but for me, I had the same issue. So basically main.py does not have a line main() to call the main function. After I added it, it ran.
Also, the author forgot to mention that this only works in python2. At least for me, python3 did not work but python2 did.
tried both solver.m and my own m files