1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA - Serge STEER
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="ndims" xml:lang="ja">
15 <refname>ndims</refname>
16 <refpurpose>配列の次元の数</refpurpose>
30 <para>整数, 配列の次元の数</para>
38 <literal>n=ndims(A)</literal> は配列<literal>A</literal>の
40 <literal>n</literal> は 2以上となります.
45 <programlisting role="example"><![CDATA[
56 <refsection role="see also">
58 <simplelist type="inline">
60 <link linkend="size">size</link>