How to copy elements of one field of structure into another new field of another structure?
8 views (last 30 days)
Show older comments
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 Comments
Answers (1)
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!