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