1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) XXXX-2008 - INRIA
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="read4b">
18 <refname>read4b</refname>
19 <refpurpose>fortran ファイルバイナリの読み込み</refpurpose>
23 <synopsis>x=read4b(file-name,m,n [,rec])</synopsis>
29 <term>file-name</term>
37 <para>整数 (行列 xの次元). 行数が未知の場合, m=-1 を指定してください,
48 このベクトルの大きさは指定する<literal>x</literal>の行の数に等しい必要があります.
57 ファイル<literal>file-name</literal>から
58 行列<literal>x</literal>をバイナリ形式で読み込みます.
59 行列のエントリは4バイトワードで保存されていると仮定されます.
62 直接レコードアクセスの場合,record_lengthを設定するために
63 ファイルは<literal>file</literal>関数によりオープンされている
65 <literal>file-name</literal> は<literal>file</literal>
69 <refsection role="see also">
71 <simplelist type="inline">
73 <link linkend="file">file</link>
76 <link linkend="write">write</link>
79 <link linkend="writb">writb</link>
82 <link linkend="mget">mget</link>
85 <link linkend="write4b">write4b</link>