Main Content
ssAllowSignalsWithMoreThan2D
Enable S-function to work with multidimensional signals
Syntax
void ssAllowSignalsWithMoreThan2D(SimStruct *S)
Arguments
S
SimStruct that represents 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++
Examples
See the S-function sfun_matadd.c
used in sfcndemo_matadd
.
See Also
Version History
Introduced in R2007a