| Scilab Reference Manual |
|---|
mputl — writes strings in an ascii file
mputl(txt [,file_desc])
| file_desc | :a character string giving the file name or a logical unit returned by mopen. If omitted lines are written in the last file opened by mopen. |
| txt | : a vector of strings. |
mputl function allows to write a vector of strings as a sequence of lines in an ascii file.
S. Steer
| << mfprintf | mputstr >> |