What does this error, that appears when I use callback in response to node selection, mean?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to use tree node selection call back but this error shows up. I do not understand the reason stated as to why its not accessible. Can anyone please explain why?
Error using javahandle_withcallbacks.com.mathworks.hg.peer.UITreePeer/set
The name 'SelectionChangeFcn' is not an accessible property for an instance of class
'com.mathworks.hg.peer.UITreePeer'.
Thank you.
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 12월 27일
uitree are not uicontrol and do not have selection changed fcn callbacks by that name.
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!