필터 지우기
필터 지우기

Elegant way to set cells of a table simular for ever

조회 수: 1 (최근 30일)
Arne T
Arne T 2020년 8월 20일
답변: Walter Roberson 2020년 8월 20일
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

채택된 답변

Walter Roberson
Walter Roberson 2020년 8월 20일
Make your nodes into a handle class. handles are effectively pointers for this purpose.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by