Main Content

ssSetDWorkWidth

Specify the width of a Dwork vector

Syntax

int_T ssSetDWorkWidth(SimStruct *S, int_T vector, int_T width)

Arguments

S

SimStruct that represents an S-Function block.

vector

Index of the work vector, where the index is one of 0, 1, 2, ... ssGetNumDWork(S)-1.

width

Number of elements in the work vector.

Returns

The number of elements passed in through width.

Description

Use in mdlInitializeSizes or in mdlSetWorkWidths to set the number of elements in the specified Dwork vector. For more information on using DWork vectors, see How to Use DWork Vectors.

Languages

C, C++

Examples

See the S-function sfun_rtwdwork.c used in sfcndemo_sfun_rtwdwork.

Version History

Introduced before R2006a