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

조회 수: 17 (최근 30일)
zooming in and out axes using SLIDER in horizontal direction and another slider for vertical direction

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by