How to copy elements of one field of structure into another new field of another structure?
9 次查看(过去 30 天)
显示 更早的评论
Hello,
I have two structures, A and B.
B.data is 5X1 with each row length being 1x5.
B.data : 1x5
1x5
1x5
1x5
1x5
In structure A, I want to create a new field "data" and store the elements of B.data in one cell i.e.
A.data = 1x25.
I think it should be easy, but I am not able to copy it in this pattern. Can any one help me out with the solution.
Thanks in advance.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!