Main Content
ssGetOutputPortDimensionSize
Get the size of one dimension of the signal leaving an output port
Syntax
int_T ssGetOutputPortDimensionSize(SimStruct *S, int_T port, int_T dIdx)
Arguments
S
SimStruct that represents an S-Function block.
port
Index of the output port.
dIdx
Index of the dimension.
Returns
An int_T
value indicating the size of dimension,
dIdx
, at the output port specified by
port
. Returns 1
if the dIdx
is greater than or equal to the number of output port dimensions.
Description
Use to obtain the size of one dimension of a particular output port.
Languages
C, C++
See Also
Version History
Introduced in R2007b