Skip to content
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

Closed
nunocalaim opened this issue Feb 9, 2017 · 5 comments
Closed

Error when executing matlab/dpca_demo #12

nunocalaim opened this issue Feb 9, 2017 · 5 comments

Comments

@nunocalaim
Copy link

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)`

@dkobak
Copy link
Collaborator

dkobak commented Feb 9, 2017

Thanks. Something must have gotten screwed up after a recent third-party update to dpca_classificationPlot(). I will take a look.

@cboulay
Copy link
Contributor

cboulay commented Feb 9, 2017

It's my fault. I can fix it if you like...

@dkobak
Copy link
Collaborator

dkobak commented Feb 9, 2017

If you already see what's gone wrong then sure, go ahead. Cheers.

dkobak added a commit that referenced this issue Feb 9, 2017
@dkobak
Copy link
Collaborator

dkobak commented Feb 9, 2017

Hey Nuno, should be fixed. Can you please update dpca_classificationPlot() and check.

@nunocalaim
Copy link
Author

Everything works fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants