How to display structs only in a struct with fields?
2 views (last 30 days)
Show older comments
I'm trying to display only the 1x1 struct portions and hide the character portions in a struct with fields.
aTable=struct2table(S);
disp(aTable);
2 Comments
Rik
on 20 Apr 2022
Do you have an example of what kind of output you want? Can you provide a small example struct with the intended output?
Accepted Answer
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!