-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when executing matlab/dpca_demo #12
Comments
Thanks. Something must have gotten screwed up after a recent third-party update to dpca_classificationPlot(). I will take a look. |
It's my fault. I can fix it if you like... |
If you already see what's gone wrong then sure, go ahead. Cheers. |
dkobak
added a commit
that referenced
this issue
Feb 9, 2017
Hey Nuno, should be fixed. Can you please update dpca_classificationPlot() and check. |
Everything works fine now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right after extracting the repository and trying to run dpca_demo.m I ran into
`Elapsed time is 0.266575 seconds.
Iteration #1 out of 2.......................... [1 s]
Iteration #2 out of 2.......................... [1 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]
Cell contents reference from a non-cell array object.
Error in dpca_classificationPlot (line 91)
title([options.marginalizationNames{i} ' # ' num2str(i)])
Error in dpca_demo (line 235)
dpca_classificationPlot(accuracy, [], [], [], decodingClasses)`
The text was updated successfully, but these errors were encountered: