Page 1 of 1

bci_StopRun error

Posted: 20 Dec 2012, 21:26
by RobinWang
I am using MatlabSignalProcessing, and i have the error: Matlab function "bci_StopRun": Reference to non-existent field 'MyRunCount'.
I use the MATLAB Command Window and check the bci_Parameters, and i could not find 'MyRunCount'.
could the bci_StopRun.m be deleted?

Re: bci_StopRun error

Posted: 21 Dec 2012, 07:53
by mellinger
bci_StopRun contains example code that is supposed to illustrate how you can use it.
If you removed the definition of MyRunCount from the script where it is defined in the example code, the example code will no longer work.
So if you modify the example code at one place, make sure you modify it in all related places as well.

-Juergen