Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Object modifications in script
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I've created a class in MATLAB 2014b. Then I've stored 4 objects of that class in an array. But, if I modify some properties of any of those objects separately, the changes are not updated in the array. I would like to know if there is any kind of structure like GUI handles, where I can store my objects, and where any change in one of those objects is updated on the structure (as when doing guidata(hObject,handles)).
Thanks in advance
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!