Man Scilab

mtell
Scilab Function

mtell - binary file management

Calling Sequence

mtell([fd])

Parameters

Description

The function mtell() returns the offset of the current byte relative to the beginning of the file associated with the named stream fd .

See Also

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

Back