Borrar filtros
Borrar filtros

control the size of the display

1 visualización (últimos 30 días)
Asl
Asl el 23 de Oct. de 2013
Editada: Azzi Abdelmalek el 23 de Oct. de 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

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 23 de Oct. de 2013
Editada: Azzi Abdelmalek el 23 de Oct. de 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])

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by