Azzera filtri
Azzera filtri

scale the axis in graph obtained in gui window

1 visualizzazione (ultimi 30 giorni)
Vinod G
Vinod G il 10 Lug 2012
i ve plotted a graph of PI curve but i'm unabling to scale the x-y axis. how to change??
  2 Commenti
Jan
Jan il 10 Lug 2012
Please explain any details. What have you tried and which problems occurred?
Vinod G
Vinod G il 11 Lug 2012
actully i've plotted a PI curve which gets plotted which i click on the push button in gui but d plot has not scaled properly .so i want to scale the axis??how to go on with dat??

Accedi per commentare.

Risposte (1)

Ilham Hardy
Ilham Hardy il 11 Lug 2012
Put
set(handels.figure1,'xlimmode','auto')
set(handels.figure1,'ylimmode','auto')
after plot command.
(handles.figure1)
is handle of your axes.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by