Borrar filtros
Borrar filtros

Open window in maximized size.

2 visualizaciones (últimos 30 días)
Richa Nayak
Richa Nayak el 23 de Mzo. de 2013
I am sub-plotting 40 images in a single window. Naturally the size of each image is very small. So I want to maximize the window size to full. please give the commands for the same s i cannot find any. Thank You.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 23 de Mzo. de 2013
figure,
set(gcf,'position',get(0,'ScreenSize'));

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by