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!