Hi everybody, I'm a beginner trying to use SNOPT. Starting with the examples I always obtain this error:
Unrecognized function or variable 'snoptmex'.
Error in snprint (line 6)
snoptmex(mexopt,printfile);
Error in snopt (line 255)
snprint(printfile);
Error in springa (line 13)
[x,F,INFO,xmul,Fmul]= snopt(x, xlow, xupp, xmul, xstate, ...
It seems that the "snoptmex" fuction is missing from the .zip, and effectively I can't find it.
How could I fix this issue?
Thanks in advance