matlab中提取结构数组中的double数值。

centers2 struct(图1)是我得到的结果,我想要提取其中type字段的所有数值,之前利用centers2.type只能提取出某一行的数据(下图),如果要将这些数据批量提取的话,请问该怎么操作呢?请大家帮助一下:(

 採用された回答

wjautnj
wjautnj 2023 年 5 月 22 日

0 投票

for i=1:n
['out',num2str(i),'=cent(',num2str(i),').type']
end
得到out 1 .。。。。。。。outn 多个数据

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange结构体 についてさらに検索

質問済み:

2023 年 5 月 22 日

回答済み:

2023 年 5 月 22 日

Community Treasure Hunt

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

Start Hunting!