I am trying to get BCILAB on MATLAB. When I try to access the downloaded file, I get an error. My command prompt and error received are below:
cd C:\Users\sara susu\Documents\MATLAB/BCILAB-1.1/;startup
Error using
cd
Too many input arguments.
put your folder path inside of Apostrophe ( '...' ) like this:
cd C:'\Users\sara susu\Documents\MATLAB/BCILAB-1.1/'
you can take a look at :here for detail.