Writing S-Functions    
ssWriteRTWMxVectParam

Write a vector parameter in MATLAB format to the model.rtw file.

Syntax

Arguments
S
   SimStruct representing an S-function block.

name
   Parameter name

rValue
   Real values of parameter

cValue
   Complex values of parameter

dataType
   Data type of parameter elements (see Specifying Data Type Info)

size
   Number of elements in vector

Description

Use this function in mdlRTW to write a vector parameter in Simulink format to this S-function's model.rtw file. This function returns TRUE if successful.

Languages

C

See Also
mdlRTW, ssWriteRTWMxVectParam


 ssWarning ssWriteRTWMx2dMatParam