"Scalar structure required for this assignment" error when adding struct into existing struct.
Show older comments
I am having troubles adding 102 length struct consisting of 1x28 numeric cells:

into existing 102 length struct2:

so struct2 would consist of four fields: a,b,c,d.
But struct2.d = struct1.d is giving "Scalar structure required for this assignment." error.
Accepted Answer
More Answers (0)
Categories
Find more on Call Web Services from MATLAB Using HTTP 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!