I am trying to do the User Tutorial:Analyzing the Initial Mu Rhythm Session but I am stuck.
I installed Matlab Component Runtime (MCR) as suggested (v78), but when I double click OfflineAnalysisWin.exe in BCI2000/tools/OfflineAnalysis, a cmd window shows up reporting this error:
Code: Select all
D:\Programmi\BCI2000\tools\OfflineAnalysis>OfflineAnalysisWin.exe
??? Error using ==> OfflineAnalysis>reloadSettings at 1431
Some of the files necessary are missing or have been corrupted. Please reinstal
l.
Warning: 1 invisible figure(s) exist at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'uitools.uibuttongroup'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'uitools.uimodemanager'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'uitools.uimode'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
Warning: Class
'graphics.datacursormanager'
in use at MCR termination.
If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.Code: Select all
D:\Programmi\BCI2000\tools\OfflineAnalysis>OfflineAnalysis.bat
D:\Programmi\BCI2000\tools\OfflineAnalysis>matlab -nosplash -r "addpath(cd); Off
lineAnalysis"
"matlab" it's not recognized as an internal or external command, an opeable program or a batch filePlease help!
