Comparing two structures and find the common
Show older comments
I need to compare two strctures and find the common between them and then keep the common fields as the new structure.
4 Comments
Geoff Hayes
on 10 Mar 2019
Praveen - please clarify what you mean by the common between them. Do the structures have fields that you want to compare? Or something else? Please provide a small example.
Praveen Kumar Pakkirisamy
on 10 Mar 2019
KALYAN ACHARJYA
on 10 Mar 2019
structure_1={'field1','field2','field3'};
structure_2={'field1','field4','field3'};
structure_1=intersect(structure_1,structure_2)
madhan ravi
on 10 Mar 2019
Sir Walter has given the answer already before 24mins..
Accepted Answer
More Answers (0)
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!