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

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 > fieldnames

fieldnames

tlist, mlist または 構造体のフィールド名を取得します

呼び出し手順

f=fieldnames(x)

パラメータ

x

tlistまたは mlist または構造体.

f

文字列の列ベクトル

説明

この関数は tlist, mlist, cell または構造体のフィールド名を返します.

clear t;
t.a=1;
t.b=2;
fieldnames(t)
fieldnames(1/%s)
fieldnames(tf2ss(1/%s))

参照

  • extraction — 行列およびリストのエントリの展開
  • getfield — リストのフィールドの展開
  • tlist — Scilab オブジェクトおよび型付のリスト定義.
  • mlist — Scilab オブジェクト, 型付リスト定義に向いた行列.
  • struct — Scilab オブジェクト, 型付リスト定義に向いた行列.
Report an issue
<< definedfields Data Structures getfield >>

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:
Mon Oct 01 17:40:36 CEST 2012