scale the axis in graph obtained in gui window
Afficher commentaires plus anciens
Réponses (1)
Ilham Hardy
le 11 Juil 2012
Put
set(handels.figure1,'xlimmode','auto')
set(handels.figure1,'ylimmode','auto')
after plot command.
(handles.figure1)
is handle of your axes.
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!