save_bcidat function error

Forum for discussion on different user applications
Locked
ysumuyi
Posts: 3
Joined: 23 Sep 2011, 06:28

save_bcidat function error

Post by ysumuyi » 04 Mar 2013, 07:05

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?

boulay
Posts: 382
Joined: 25 Dec 2011, 21:14

Re: save_bcidat function error

Post by boulay » 04 Mar 2013, 20:07

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 )

Locked

Who is online

Users browsing this forum: No registered users and 0 guests