You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: