Main Content
ssWriteRTWStr
Write
a character vector to the
filemodel
.rtw
Syntax
int_T ssWriteRTWStr(SimStruct *S, const char_T *str)
Arguments
S
SimStruct that represents an S-Function block.
str
Character vector.
Returns
An int_T
(1
or 0
) or
boolean_T
(true
or
false
) indicating the success or failure of the
function.
Description
Use this function in mdlRTW
to write character vector to this
S-function
file.model
.rtw
Languages
C, C++
See Also
Version History
Introduced before R2006a