ssSetOutputPortDimensionsMode
Set the dimensions mode of the output port indexed by pIdx
Syntax
void ssSetOutputPortDimensionsMode(SimStruct *S,int_T pIdx, DimensionsMode_T mode)
Arguments
- S
- SimStruct that represents an S-Function block. 
- pIdx
- Output port index being polled. 
- mode
- Enum value corresponding to the ports dimensions mode. 
Returns
No return value
Languages
C, C++
Examples
See the S-function sfun_varsize_concat1D.c.
Version History
Introduced in R2009b