Main Content
ssRegisterSymbolicDimsMinus
Create SymbDimsId
by subtracting two
symbolic dimensions
Languages
C, C++
Syntax
SymbDimsId ssRegisterSymbolicDimsMinus(SimStruct *S, const SymbDimsId aLHS, const SymbDimsId aRHS)
Arguments
S
SimStruct representing an S-Function block.
aLHS
Unique integer value corresponding to a symbolic dimension specification.
- aRHS
Unique integer value corresponding to a symbolic dimension specification.
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 propagation of symbolic dimensions, see Configure Symbolic Dimensions for S-Function Blocks.
Version History
Introduced in R2016a