Set the current size corresponding to dimension dIdx of the output signal at port pIdx.
void ssSetCurrentOutputPortDimensions(SimStruct *S,int_T pIdx, int_T dIdx, int_T val)
S
SimStruct representing an S-Function block.
pldx
Output port index being set.
dIdx
Index of dimension being set.
val
Current size value to set for dimension dIdx.
No return value.
C, C++
See the S-function sfun_varsize_concat1D.c
.