which property to be used for zooming in and out axes using slider in gui when usingr2010a software which dont have zoom property ? can we use reset property ? but how? finding it confusing ?! help needed !!

16 visualizzazioni (ultimi 30 giorni)
zooming in and out axes using SLIDER in horizontal direction and another slider for vertical direction

Risposte (1)

Dishant Arora
Dishant Arora il 12 Mar 2014
use zoom(factor) inside your slider callback function.
function slider1_callback()
zoomFactor = get(hObject , 'value')
zoom(zoomFactor)
drawnow

Categorie

Scopri di più su Data Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by