step
Run System object algorithm
Syntax
Description
calls the System object™ and runs the algorithm. Depending on your System object, y = step(obj,___)step can return output arguments.
Note
The syntax y = step(obj,x) is not recommended. Use the
syntax y = obj(x) instead to call the System object with arguments, as if it were a function. When you call the
object as a function, the step method is called to run
the algorithm.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2010a