Main Content
ssRegisterSymbolicDimsIntValue
Create SymbDimsId
from integer value
Languages
C, C++
Syntax
SymbDimsId ssRegisterSymbolicDimsIntValue(SimStruct *S, const int_T aIntValue)
Arguments
S
SimStruct representing an S-Function block.
aIntValue
Dimensions 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