how to extract the structure array from a cell array

 採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 10 月 4 日

0 投票

Suppose you hace cell array
data={ struc array1 struc array2 struc array3.....}
If you want to extract struc array2 then..
result=data{2}
so on...

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by