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
What steps will reproduce the problem?
1.run initPTMK3 in Matlab 2010b
What is the expected output? What do you see instead?
initializing pmtk3
??? Index of element to remove exceeds matrix dimensions.
Error in ==> scrapePmtkSupport at 16
packages(1) = []; % remove '..'
Error in ==> downloadAllSupport at 12
packages = scrapePmtkSupport([], exclude);
Error in ==> initPmtk3 at 49
downloadAllSupport();
What version / revision of the product are you using? On what operating
system?
last PTMK, Matlab 2010b
Please provide any additional information below.
In my mind the Problem is one line before (raw =tokenize(...). espacially in
the function tokenize because the delimiter should be \n but there is no
character in the string which is read by the function urlread. thtaswhy the
variable package is empty. I think i found the problem but i have no solution.
Did anybody have a solution?
Original issue reported on code.google.com by stev.gerson on 24 May 2013 at 9:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stev.gerson
on 24 May 2013 at 9:13The text was updated successfully, but these errors were encountered: