mputlwrites strings in a text fileCalling Sequencer = mputl(txt, file_desc)Argumentsr
returns %t or %f to check
if function has correctly wrote on the file.
file_desc
a character string giving the name of the file or
an integer scalar: a file descriptor returned by
mopen function.
txta vector of strings.Descriptionmputl function allows to write a vector of
strings as a sequence of lines in a text file.
mputl supports strings encoded as ANSI/ASCII and UTF-8.
ExamplesSee Also
mget
mgetl
mclose
mfprintf
mput
mputstr
mopen
write