James
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How can I concatenate or merge two structures?
You can do this manually: f = fieldnames(structA); for i = 1:length(f) structB.(f{i}) = structA.(f{i}) end
How can I concatenate or merge two structures?
You can do this manually: f = fieldnames(structA); for i = 1:length(f) structB.(f{i}) = structA.(f{i}) end
9 years 前 | 9
