mputstrwrites a character string in a fileCalling Sequencemputstr(str [, fd]);Argumentsfd
a scalar: a file descriptor returned by the function mopen. -1 stands for last opened file. Default value is -1.
stra character string.Description
The mputstr function allows to write a character string str in a binary file.
ExamplesSee Also
mclose
meof
mfprintf
fprintfMat
mfscanf
fscanfMat
mget
mgetstr
mopen
mprintf
mput
mseek
mtell
mdelete