We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: