Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Справка Scilab >> Input/Output functions > write4b

write4b

fortran file binary write

Calling Sequence

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 'filename'. 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

  • file — file management
  • readb — fortran file binary read
  • write — write in a formatted file
  • mput — записывает байт или слово в заданном двоичном формате
  • read4b — fortran file binary read
Report an issue
<< write Input/Output functions Графики >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 14:01:08 CEST 2014