Get the size of one dimension of the signal entering an input port
int_T ssGetInputPortDimensionSize(SimStruct *S, int_T port, int_T dIdx)
S
SimStruct representing an S-Function block.
port
Index of the output port.
dIdx
Index of the dimension.
An int_T
value indicating the size of dimension,
dIdx
, at the input port specified by port
.
Returns 1
if the dIdx
is greater than or equal
to the number of input port dimensions.
Use to obtain the size of one dimension if a particular input port.
C, C++