Run System object algorithm
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.