Effacer les filtres
Effacer les filtres

control the size of the display

1 vue (au cours des 30 derniers jours)
Asl
Asl le 23 Oct 2013
How can a control the size of the plots displayed by plot command. At the moment I use the mnouse to enlarge the figures. Thanks

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 23 Oct 2013
Modifié(e) : Azzi Abdelmalek le 23 Oct 2013
Look at this example
t=0:0.1:10;
y=sin(t);
plot(t,y);
set(gcf,'units','inches','position',[1 1 10 5])

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by