Term
|
Definition
if logical index commands end |
|
|
Term
|
Definition
elseif (alt) logical index commands end |
|
|
Term
|
Definition
else no index (catch all) commands end |
|
|
Term
|
Definition
switch 'char' or 'double' or variable case cell array of 'char' or 'double' to check against commands end |
|
|
Term
|
Definition
catch all for switch statements |
|
|
Term
|
Definition
loop function for logical index commands end |
|
|
Term
|
Definition
loop function n = start # while n <(=) end # commands n = n + step size end |
|
|
Term
|
Definition
|
|
Term
|
Definition
skips to the end of a loop command before restarting loop. |
|
|
Term
|
Definition
true if all of the contents of logical vector a are true |
|
|
Term
|
Definition
true if any of the elements of logical vector a are true |
|
|