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 !!

Respuestas (1)

use zoom(factor) inside your slider callback function.
function slider1_callback()
zoomFactor = get(hObject , 'value')
zoom(zoomFactor)
drawnow

Categorías

Más información sobre Data Exploration en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 12 de Mzo. de 2014

Editada:

el 12 de Mzo. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by