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
The demo code failed to run on MATLAB 2015b with all toolboxes. The following error was produced:
-----
run('MATLAB/dpca_test.m')
Elapsed time is 0.309149 seconds.
Iteration machenslab#1 out of 2.......................... [2 s]
Iteration machenslab#2 out of 2.......................... [2 s]
Repetition # 1 out of 5... [0 s]
Repetition # 2 out of 5... [0 s]
Repetition # 3 out of 5... [0 s]
Repetition # 4 out of 5... [0 s]
Repetition # 5 out of 5... [0 s]
Error using string
string is obsolete and will be discontinued. Use char instead.
Error in dpca_classificationPlot (line 86)
string(1:size(accuracy,1)),...
Error in dpca_test (line 251)
dpca_classificationPlot(accuracy, [], [], [], decodingClasses)
Error in run (line 96)
evalin('caller', [script ';']);
-----
But I believe the intended goal was to make a character array of numbers (e.g. '1 2 3'), so I have substituted with num2str
No description provided.
The text was updated successfully, but these errors were encountered: