scale the axis in graph obtained in gui window
Show older comments
Answers (1)
Ilham Hardy
on 11 Jul 2012
Put
set(handels.figure1,'xlimmode','auto')
set(handels.figure1,'ylimmode','auto')
after plot command.
(handles.figure1)
is handle of your axes.
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!