<< writb 5-5-2 xpause >>
removed >> removed > 5-5-2 > write4b

write4b

fortran file binary write

Syntax

write4b(file_name, a)
write4b(file_name, a, rec)

Arguments

file_name

string or integer

rec

vector of positive integers. the selected records for direct access. This vector size must be equal to the number of rows of a

Description

writes in binary format the matrix a in the file file_name. Matrix entries are stored on 8 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

History

VersionDescription
5.5.2 write4b() was available up to Scilab 5.5.2.

<< writb 5-5-2 xpause >>