step
Run System object algorithm
Syntax
Description
step(
calls
the System object™ and runs the algorithm. Depending on your System object, obj
,___)step
can
return output arguments.
Note
Starting in R2016b, instead of using the step
method to perform the operation defined by the
System object, you can call the object with arguments, as if it were a
function. For example, y = step(obj,x)
and y =
obj(x)
perform equivalent operations.
For details about the algorithm and input variables, see the individual System object reference pages. For more information about the concepts of System object, see What Are System Objects?.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2010a