Info

This question is closed. Reopen it to edit or answer.

Struct contents reference from a non-struct array object

1 view (last 30 days)
Mukund
Mukund on 3 Aug 2018
Closed: Guillaume on 3 Aug 2018
I have struct of arrays. When any struct is empty while concatenating, the above error is displayed.
d=[s1.a.d;s2.b.d;s3.c.d]
when struct a,b,c is empty above error is shown. How to redefine stacking to eliminate the error. I have also tried isstruct and isempty, but these commands are not working as expected.

Answers (0)

Products


Release

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!