Man Scilab

mputstr
Scilab Function

mputstr - write a character string in a file

Calling Sequence

mputstr(str [, fd]);

Parameters

Description

mputstr function allows to write a character string in a binary file.

See Also

mclose ,   meof ,   mfprintf ,   fprintfMat ,   mfscanf ,   fscanfMat ,   mget ,   mgetstr ,   mopen ,   mprintf ,   mput ,   mputstr ,   mscanf ,   mseek ,   mtell ,   mdelete ,  

Back