Chris31
New member
- Jul 20, 2007
- 19
Hi all,
Quick question - I'm tryin to implement the following line of code:
inx01=find(X1==bt01);
and I get the error ??? Error using ==> find
Second argument must be a positive scalar integer.
If I replace bt01 with the value it works, but I need to leave this as bt01. Is there a way to work around this?
Thanks,
Chris
Quick question - I'm tryin to implement the following line of code:
inx01=find(X1==bt01);
and I get the error ??? Error using ==> find
Second argument must be a positive scalar integer.
If I replace bt01 with the value it works, but I need to leave this as bt01. Is there a way to work around this?
Thanks,
Chris