Writing S-Functions Previous page   Next Page
ssWriteRTW2dMatParam

Write a matrix parameter to the model.rtw file

Syntax

Arguments

S
   SimStruct representing an S-Function block.

name
   Parameter name.

value
   Parameter values.

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

nRows
   Number of rows in the matrix.

nColumns
   Number of columns in the matrix.

Description

Use this function in mdlRTW to write a vector of numeric parameters to this S-function's model.rtw file. This function returns true if successful.

Languages

C

See Also

mdlRTW


Previous page  ssWarning ssWriteRTWMx2dMatParam Next page

© 1994-2005 The MathWorks, Inc.