Page 1 of 1

save_bcidat function error

Posted: 04 Mar 2013, 07:05
by ysumuyi
save_bcidat( 'myfile.dat', signal, states, parameters );
??? Error: File: save_bcidat.m Line: 1 Column: 10
The expression to the left of the equals sign is not a valid target for an
assignment.

and in the save_bcidat.m "function = save_bcidat( varargin )" parse error at'=':usage might be invalid matlab syntax.

what's problem with it?

Re: save_bcidat function error

Posted: 04 Mar 2013, 20:07
by boulay
There shouldn't be an = sign there. My save_bcidat does not have one. The first line is simply

Code: Select all

function save_bcidat( varargin )