Borrar filtros
Borrar filtros

How to save subplots as tiff and fig?

1 visualización (últimos 30 días)
Hana
Hana el 10 de Feb. de 2015
Respondida: Image Analyst el 10 de Feb. de 2015
subplot(2,2,1);
plot(x1,y1,'.g');
ylim([-10 20])
xlim([-10 10])
subplot(2,2,2);
plot(x2,y2,'.b');
ylim([-10 20])
xlim([-10 10])
subplot(2,2,); plot(x3,y3,'.b'); ylim([-10 20]) xlim([-10 10])

Respuestas (1)

Image Analyst
Image Analyst el 10 de Feb. de 2015

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by