Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - 日本語

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.
See the recommended documentation of this function

Scilab help >> Data Structures > iscell

iscell

変数がセル配列かどうかを調べる

呼び出し手順

bool = iscell(x)

パラメータ

x

Scilab 変数

bool

A boolean

Description

iscell(x) は,xがセル配列の場合に真, それ以外の場合に偽となります.

iscell(1)

iscell(cell())

c = cell(1,2);
c(1).entries="Scilab";
c(2).entries=datenum();
iscell(c)

参照

  • cell — 空行列のセル配列を作成する.
  • isstruct — 変数が構造体配列であるかどうか調べる

作者

  • V.C.
<< hypermatrices Data Structures iscellstr >>

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:
Wed Oct 05 12:12:59 CEST 2011