Man Scilab

read4b
Scilab Function

read4b - fortran file binary read

Calling Sequence

x=read4b(file-name,m,n [,rec])

Parameters

Description

binary read of the matrix x in the file file-name . Matrix entries are supposed to have been stored on 4 byte words.

For direct record access, file must have been previously opened using file function to set the record_length. file-name must be the result of the file function.

See Also

file ,   write ,   writb ,   mget ,   write4b ,  

Back