フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Context menus didn't show where it should be.

1 回表示 (過去 30 日間)
QiQin Zhan
QiQin Zhan 2013 年 3 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I use a ButtonDownFcn of axes1 to generate a context.However,all seems to be right except that the context doesn't show where the mouse click on.In fact,it always shows on the left buttom of the figure no matter where I click on the axes.The figure‘s units is set to normalized.
function axes1_ButtonDownFcn(hObject, eventdata, handles)
if strcmp(get(gcf,'SelectionType'),'alt') % Right click the mouse
pos=get(gcf,'CurrentPoint');
set(handles.Context_Menus,'position',[pos(1,1),pos(1,2)],'visible','on')
end

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by