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
Running Ubuntu 12.04 and Matlab R2015b, the initPmtk3 script fails.
In order to get it to work I had to make the following changes:
in initPmtk3.mat, line 49:
downloadAllSupport(); ---> downloadAllSupport([],[]);
in scrapePmtkSupport.mat, line 17:
start = '
<a href="'; ---> start = '
<a href="';
Now the packages download.
The text was updated successfully, but these errors were encountered:
Running Ubuntu 12.04 and Matlab R2015b, the initPmtk3 script fails.
In order to get it to work I had to make the following changes:
in initPmtk3.mat, line 49:
downloadAllSupport(); ---> downloadAllSupport([],[]);
in scrapePmtkSupport.mat, line 17:
start = '
Now the packages download.
The text was updated successfully, but these errors were encountered: