Implementing a weak reference in Matlab
이전 댓글 표시
When someone makes a request for an object with certain parameters, I'd like to return an existing object (of handle type) if the parameters match accordingly. Unfortunately, if the object server holds onto the object so that it can be returned instead of a new object, the object will never be cleared. If the object server is the only thing holding onto the object, then I want it to be cleared.
Is this possible?
댓글 수: 2
Jim Hokanson
2020년 3월 25일
Walter Roberson
2024년 7월 19일
(The solution mentioned by @Nikolaus Koopmann is for the upcoming R2024b, and is not yet an official part of MATLAB.)
답변 (1개)
Nikolaus Koopmann
2024년 7월 19일
이동: Adam Danz
2025년 4월 4일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!