How can I disable the ZOOM context menu in MATLAB 7.6 (R2008a)?

1 次查看(过去 30 天)
I want to disable the context menu at right-click when ZOOM is active. In previous releases I used right-click to zoom out.

采纳的回答

MathWorks Support Team
To control the behavior of a right-click action when ZOOM is active change the property ‘rightclickaction’ of the zoom mode object.
A value of 'InverseZoom' causes a right-click to zoom out.
h=zoom(gcf);
set(h,'rightclickaction','InverseZoom');

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by