snopt / snopt-matlab

Matlab interface for sparse nonlinear optimizer SNOPT
MIT License
55 stars 23 forks source link

Unrecognized function or variable 'snoptmex'. #22

Open giocop87 opened 2 months ago

giocop87 commented 2 months ago

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