ssRegisterSymbolicDimsIntValue
Create SymbDimsId from integer value
Languages
C, C++
Syntax
SymbDimsId ssRegisterSymbolicDimsIntValue(SimStruct *S, const int_T aIntValue)
Arguments
SSimStruct representing an S-Function block.
aIntValueDimensions value
Returns
A unique SymbDimsId (integer value) that
represents a symbolic dimension specification.
Example
This example creates a SymbDimsId for the
integer 2.
const SymbDimsId symbolId = ssRegisterSymbolicDimsIntValue(S, 2);
Version History
Introduced in R2016a