Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
Undefined function 'le' for input arguments of type 'cell'.
Replies:
1
Last Post:
Jul 6, 2013 1:22 PM
|
 |
|
Sadik
Posts:
384
Registered:
1/12/09
|
|
Re: Undefined function 'le' for input arguments of type 'cell'.
Posted:
Jul 6, 2013 1:22 PM
|
|
Hi Bryan,
You should use curly braces as in
if a{j} <= b{k}
Best.
|
|
|
|