ssRegisterSymbolicDims
Create SymbDimsId from array of SymDimsIds
Languages
C, C++
Syntax
SymbDimsId ssRegisterSymbolicDims(SimStruct *S, const SymbDimsId* aDimsVec, const size_t aNumDims)
Arguments
SSimStruct representing an S-Function block.
aDimsVecArray of
SymDimsIdsaNumDimsSize of
SymDimsIdarray
Returns
A unique SymbDimsId (integer value) that
represents a symbolic dimension specification.
Example
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