Y = step(H,A)
Y = step(H,A,V)
Note:
Starting in R2016b, instead of using the |
Y = step(H,A)
returns Y
, the result of adding the input array A
to the elements of the vector specified
in the Vector
property along the specified dimension
when the VectorSource
property is Property
.
The length of the vector specified in the Vector
property
must equal the length of the specified dimension of A
.
Y = step(H,A,V)
returns Y
, the result of adding the input array A
to the elements of the input vector V
along the specified dimension when the VectorSource
property
is Input port
. The length of the input V
must equal the length of the specified
dimension of A
.
Note:
The object performs an initialization the first time the |