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 - Vincent COUVERT
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="iscellstr" xml:lang="ru">
15 <refname>iscellstr</refname>
16 <refpurpose>проверяет: является ли переменная cell-массивом строковых значений</refpurpose>
19 <title>Последовательность вызова</title>
20 <synopsis>bool = iscellstr(x)</synopsis>
23 <title>Аргументы</title>
28 <para>переменная Scilab'а.</para>
34 <para>логическое значение.</para>
40 <title>Описание</title>
42 <code>iscellstr(x)</code> возвращает <constant>%t</constant>,
43 если <varname>x</varname> являетя cell-массивом строковых
44 значений (или пустой cell-массив), и <constant>%f</constant> - в противном случае.
48 <title>Примеры</title>
49 <programlisting role="example"><![CDATA[
57 strcell(1).entries="Scilab";
58 strcell(2).entries="iscellstr";
59 strcell(3).entries="help";
63 <refsection role="see also">
64 <title>Смотрите также</title>
65 <simplelist type="inline">
67 <link linkend="cell">cell</link>
70 <link linkend="iscell">iscell</link>
73 <link linkend="isstruct">isstruct</link>