Enable S-function to work with multidimensional signals
void ssAllowSignalsWithMoreThan2D(SimStruct *S)
S
SimStruct representing an S-Function block.
Allows S-function to use multidimensional signals. You must call the
ssAllowSignalsWithMoreThan2D
function from the mdlInitializeSizes
function.
C, C++
See the S-function sfun_matadd.c
used in sfcndemo_matadd
.