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?
save_bcidat function error
-
boulay
- Posts: 382
- Joined: 25 Dec 2011, 21:14
Re: save_bcidat function error
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 )Who is online
Users browsing this forum: No registered users and 0 guests
