I've installed SMOP via pip and it seemed to work fine. I have smop-script.py
and smop.exe
files in my python folder \scripts\
folder.
Let's say I have a matlab file called myMatlabFile.m
located in C:\Users\MyMatlabCode
. How do I use smop to translate that file?
The SMOP documentation only includes an example of opening a file contained in a \smop\
folder with a main.py
and I don't have anything like that. Also, the github page doesn't say whether it works only with 2.7 or 3. or whatever.
I was hoping that this package would speed up my Matlab -> Python 3.6 conversion, but if there are better translators out there now please let me know that too/instead.