Closed KaranSohal closed 3 years ago
So I found out that this error occurs when we have clear all
command in our ".m" file
Yes you are right, removing the clear all statement from the above code removed the conflict/error that I was getting but the problem is that the output of the .m file is for few seconds only after few seconds it disappears, I don't know why.
I am trying to use oct2py to run octave script(.m file) in python. here is the code
it runs my .m file and shows the results also but after that I receive following error.
whats going wrong here?