probml / pmtk3

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

initPmtk3 error #95

Closed Shashakiro closed 8 years ago

Shashakiro commented 8 years ago

This is what happens when I run initPmtk3. I'm in a machine learning course that is using this toolkit for an assignment, and many people are encountering this identical problem.

initPmtk3 initializing pmtk3 Error using evalin Undefined function or variable 'destnRoot'. Error in SetDefaultValue (line 24) isempty(evalin('caller', argName)) Error in downloadAllSupport (line 7) SetDefaultValue(1, 'destnRoot', fullfile(pmtk3Root(), 'pmtksupportCopy')); Error in initPmtk3 (line 49) downloadAllSupport();

I'm on Windows 7, using MATLAB R2015b.