1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="writb">
18 <refname>writb</refname>
19 <refpurpose>fortranファイルへのバイナリ形式の書き込み</refpurpose>
23 <synopsis>writb(file-name,a [,rec])</synopsis>
29 <term>file-name</term>
39 このベクトルの大きさは<literal>a</literal>の行の数に等しい必要があります.
48 行列<literal>a</literal>をファイル<literal>'filename'</literal>に
50 行列のエントリは4バイトワードで書き込まれます.
53 直接レコードアクセスの場合,record_lengthを設定するために
54 ファイルは<literal>file</literal>関数によりオープンされている
56 <literal>file-name</literal> は<literal>file</literal>
60 <refsection role="see also">
62 <simplelist type="inline">
64 <link linkend="file">file</link>
67 <link linkend="readb">readb</link>
70 <link linkend="write">write</link>
73 <link linkend="mput">mput</link>
76 <link linkend="write4b">write4b</link>