Menu

#4 Reading BDFs (Biosig toolbox?)

open
nobody
None
5
2008-04-10
2008-04-10
No

Somewhere between release 190 and 200 there was a shift causing me to be unable to load any BDF file from the GUI. Just by updating to the newest release caused the following error while trying to load any BDF file:

*****

Warning BIOSIG: incorrect version of STR2DOUBLE.
- Its recommended to update STR2DOUBLE. Contact Alois!
??? Error using ==> strrep
Input strings must have one row.

Error in ==> str2double at 44
s = strrep(s, ',','');

Error in ==> sopen at 476
HDR.PhysMin = str2double(h2(:,idx1(4)+1:idx1(5)));

Error in ==> bdfRead at 99
HDR = sopen(FileName, 'r');

Error in ==> MeanMachine>fun_LoadBDF at 4664
bdfDlg.Header = bdfRead(FullNameBDF);

Error in ==> MeanMachine>cb_menu_file_OpenBDF at 3052
fun_LoadBDF

??? Error while evaluating uimenu Callback

Warning BIOSIG: incorrect version of STR2DOUBLE.
- Its recommended to update STR2DOUBLE. Contact Alois!
??? Error using ==> strrep
Input strings must have one row.

Error in ==> str2double at 44
s = strrep(s, ',','');

Error in ==> sopen at 476
HDR.PhysMin = str2double(h2(:,idx1(4)+1:idx1(5)));

Error in ==> bdfRead at 99
HDR = sopen(FileName, 'r');

Error in ==> MeanMachine>fun_LoadBDF at 4664
bdfDlg.Header = bdfRead(FullNameBDF);

Error in ==> MeanMachine>cb_menu_file_OpenBDF at 3052
fun_LoadBDF

??? Error while evaluating uimenu Callback

*******

By grabbing the newest release

Discussion


Log in to post a comment.