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 running eMouse #573

Closed
yc4440 opened this issue Oct 31, 2023 · 0 comments · Fixed by #595
Closed

Error running eMouse #573

yc4440 opened this issue Oct 31, 2023 · 0 comments · Fixed by #595

Comments

@yc4440
Copy link

yc4440 commented Oct 31, 2023

When I try to run the main_eMouse_drift example, I run into the error:

Error using trackAndSort
Too many output arguments.

Error in runTemplates (line 34)
[rez, st3, fW,fWpc] = trackAndSort(rez, iorder);

Error in learnAndSolve8b (line 24)
rez = runTemplates(rez);

Error in main_eMouse_drift (line 77)
rez = learnAndSolve8b(rez, 1);

** To note, I got this after changing rng(iseed) to rng(iorder) when I ran into the error:

Unrecognized function or variable 'iseed'.

Error in learnAndSolve8b (line 6)
rng(iseed);

Based on a previously answered question.

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

Successfully merging a pull request may close this issue.

1 participant