how to compare two structures

21 vues (au cours des 30 derniers jours)
Yuvashree Mani Urmila
Yuvashree Mani Urmila le 2 Juil 2014
I have two structures. structure1=(8666*1) --> every cell has x and y coordinate values(two numeric values) structure2=(2785*1) --> every cell has x and y coordinate values(two numeric values)
How do i compare the structure1 and structure 2 cell by cell. I need to find the same positions (x and y coordinates) Missing positions (x and y coordinate) and new positions (x and y coordinate) between the two structures.
I kindly request someone to help.
Thanks
  2 commentaires
Jos (10584)
Jos (10584) le 2 Juil 2014
Are you talking about structures with fields or about cells? It would help if you give a really short example with only a few values.
Yuvashree Mani Urmila
Yuvashree Mani Urmila le 2 Juil 2014
cells they are. cell1 = {[4 559][4 568] [4 636] [4 641] [4 645] [4 1001][5 655]....} cell2 = {[4 902] [5 950] [6 655] [6 903] [7 637] [7 652]....}
Thankyou

Connectez-vous pour commenter.

Réponses (1)

Robert Cumming
Robert Cumming le 2 Juil 2014
This FEX submission should do what you want.
Regards

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by