Writing S-Functions | ![]() ![]() |
Write a vector parameter in MATLAB format to the model.rtw
file.
Syntax
int_T ssWriteRTWMxVectParam(SimStruct *S, const char_T *name, const void *rValue, const void *iValue, int_T dataType, int_T size)
Arguments
S
SimStruct representing an S-Function block.
rValue
Real values of the parameter.
cValue
Complex values of the parameter.
dataType
Data type of the parameter elements (see Specifying Data Type Info).
size
Number of elements in the 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
See Also
mdlRTW, ssWriteRTWMxVectParam
![]() | ssWriteRTWMx2dMatParam | ssWriteRTWParameters | ![]() |