Main Content
ssGetDWorkWidth
Get the size of a Dwork vector
Syntax
int_T ssGetDWorkWidth(SimStruct *S, int_T vector)
Arguments
S
SimStruct that represents an S-Function block.
vector
Index of a work vector, where the index is one of
0
,1
,2
,...
ssGetNumDWork(S)-1
.
Returns
The int_T
number of elements in the DWork vector specified by
the index vector
.
Description
Use to obtain the size of a particular DWork vector.
Languages
C, C++
Examples
For more information on using DWork vectors, see How to Use DWork Vectors.
See Also
Version History
Introduced before R2006a