probml / pmtk3

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

testPmtk3 error | caused by printPmtkFigure "need to specify folder" | Windows 10 | Matlab R2018a #136

Open rrmina opened 6 years ago

rrmina commented 6 years ago

I tried using testPmtk3 in Matlab R2018a Windows 10

and this is what I got

error_report

So I check the source code for printPmtkFigure.m which is actually the main cause of error and it seems that there's no error checking for windows os? In fact, there's no definite folder mechanism that may contain this error (say a default folder). Will you accept PR if I make general fixes for this error?

rrmina commented 6 years ago

fixed in #137