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

1 visualizzazione (ultimi 30 giorni)
I want to disable the context menu at right-click when ZOOM is active. In previous releases I used right-click to zoom out.

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 27 Giu 2009
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');

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti


Release

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by