Scilab Reference Manual |
---|
mputstr — write a character string in a file
mputstr(str [, fd]);
fd | : scalar. The fd parameter returned by the function mopen. -1 stands for last opened file. Default value is -1. |
str | : a character string |
mputstr function allows to write a character string in a binary file.
<< mputl | mput >> |