probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

Undefined function or variable 'minFunc' while installing Pmtk3 #138

Open hkhlaifi opened 6 years ago

hkhlaifi commented 6 years ago

Hello, I just try to install Pmtk3 on my machine (windows8) through Matlab. So I can not install it correctly, in the second step of installation, when I execute 'testPmtk3.m', an error message saying that :

Undefined function or variable 'minFunc'. Error in logregFit (line 139) [w, opt.finalObj, opt.exitflag, opt.output] = ... Error in logregL2FitTest (line 20) model1 = logregFit(X, y01, 'lambda', lambda, 'preproc', pp, 'fitOptions', opts); Error in testPmtk3 (line 61) logregL2FitTest;

I thank you very much if you have an idea of how resolving this issue.

SylviaYao commented 5 years ago

hello! I've encountered the same problem as yours, did you solve your problem? If so, could you share your solution? Thanks a lot!

andiac commented 3 years ago

I solved this after initPmtk3