how to implement Push Button right click with options like open & close using matlab guide
조회 수: 8 (최근 30일)
이전 댓글 표시
how to implement Push Button right click with options like open & close using matlab guide
댓글 수: 0
채택된 답변
khaled DAWOUD
2012년 7월 19일
if you are using guide them go the Menu Editor ,click wontext menu addm filled and items ,the assigned it to the object you want from the inspector or youcan added by coding some line , as Arthur mentioned above
댓글 수: 0
추가 답변 (1개)
Arthur
2012년 7월 19일
I guess you want to make a context menu:
If you use guide, I'd simply add the code that defines the context menu in the OpenFcn of the GUI.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!