How scale output window

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 5 de Mzo. de 2013
Editada: Azzi Abdelmalek el 5 de Mzo. de 2013

0 votos

set(gcf,'position',[0 0 100 100])
You can also set units:
x0=0;
y0=0;
width=8 % inches
height=6 %inches
set(gcf,'units','inches','position',[x0 y0 width height])
Units allowed
[ inches | centimeters | normalized | points | {pixels} | characters ]

Más respuestas (0)

Categorías

Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by