I have to change the following lines in order for test_BNT to work without errors under Matlab R2006b:
- change line 34 from ~isempty(fid) to fid ~= 0 - change line 40 from ~isempty(fid) to fid ~= 0
Best, Philipp
Logged In: NO
I experienced the same problem under R2007a, but changed line 13 instead: fid = engine.filename; % changed from 0, since ~isempty(0) is TRUE
greets Claus
Log in to post a comment.
Logged In: NO
I experienced the same problem under R2007a, but changed line 13 instead:
fid = engine.filename; % changed from 0, since ~isempty(0) is TRUE
greets
Claus