Writing S-Functions    
ssWriteRTWWorkVect

Write work vectors to the model.rtw file.

Syntax

Arguments

S
   SimStruct representing an S-Function block.

vectName
   Name of work vector (must be "RWork", "IWork", or "PWork").

nNames
   ***NEED DESCRIPTION***

name1 ... nameN
   Names of groups of work vector elements.

size1 ... sizeN
   Size of each element group (the total of the sizes must equal the size of the work vector).

Description

Use this function in mdlRTW to write work vectors to this S-function's model.rtw file. This function returns true if successful.

Languages

C

See Also
mdlRTW


 ssWriteRTWVectParam