Why does cameratoolbar Orbit Camera delete my uicontextmenu?

If I follow the following steps, my context menu disappears. Is that supposed to happen?
f = figure;
ax = axes('Parent',f);
cameratoolbar(f,'Show');
c = uicontextmenu();
uimenu('Parent',c','Label','Test');
ax.UIContextMenu = c;
ax.UIContextMenu.Children
Right click on axes
Click on Orbit Camera to toggle on
Right click on axes
Click on Orbit Camera to toggle off
ax.UIContextMenu.Children

답변 (0개)

카테고리

도움말 센터File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

질문:

2019년 12월 16일

편집:

2024년 12월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by