isstruct
入力が構造体配列かどうかの判別
説明
例
入力が構造体配列かどうかの判別
構造体配列を作成します。
S = struct("a",[1;2;3],"b",ones(3),"c",magic(3))
S = struct with fields:
a: [3x1 double]
b: [3x3 double]
c: [3x3 double]
S
が構造体配列かどうかを判別します。
tf = isstruct(S)
tf = logical
1
構造体配列をテーブルに変換します。
T = struct2table(S)
T=3×3 table
a b c
_ ___________ ___________
1 1 1 1 8 1 6
2 1 1 1 3 5 7
3 1 1 1 4 9 2
T
が構造体配列でないことを検証します。
tf = isstruct(T)
tf = logical
0
入力引数
A
— 入力配列
スカラー | ベクトル | 行列 | 多次元配列
入力配列。任意のデータ型のスカラー、ベクトル、行列または多次元配列として指定します。
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
スレッドベースの環境
MATLAB® の backgroundPool
を使用してバックグラウンドでコードを実行するか、Parallel Computing Toolbox™ の ThreadPool
を使用してコードを高速化します。
この関数はスレッドベースの環境を完全にサポートしています。詳細については、スレッドベースの環境での MATLAB 関数の実行を参照してください。
バージョン履歴
R2006a より前に導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)