Main Content
ssSetSymbolicDimsSupport
Specify whether an S-function supports symbolic dimensions
Languages
C, C++
Syntax
void ssSetSymbolicDimsSupport(SimStruct *S, const boolean_T val)
Arguments
S
SimStruct representing an S-Function block.
val
Boolean value corresponding to whether the S-Function block supports symbolic dimensions.
Returns
This function does not return a value.
Example
Call this function from inside the mdlInitializeSizes
function.
For an example of how to use this function to configure an S-function
that supports forward and backward propagation of symbolic dimensions,
see Configure Symbolic Dimensions for S-Function Blocks
Version History
Introduced in R2016a