Effacer les filtres
Effacer les filtres

Elegant way to set cells of a table simular for ever

1 vue (au cours des 30 derniers jours)
Arne T
Arne T le 20 Août 2020
Hey All,
I have a Tree structure from tables, so every cell of my Table can have infinitely many subtables.
My code need a possibility to "merch" cells in the Tree. So for example I could have on level 3 in my Tree structure two cells, what should be the same. The easy way would be to write a function, which set the one equal to the other every time they change. But that would be very inefficient, cause if I have more levels in the tree It would need much unnecessary storage if i have the same subtree multiple times.. So I want to aks, if there is a possibility to set this two cells to be the same for real. So that the pointer for both cells goes to the same position on the storage.
Thanks
Arne

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Août 2020
Make your nodes into a handle class. handles are effectively pointers for this purpose.

Plus de réponses (0)

Catégories

En savoir plus sur Tables 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