MATLAB: How to standardize figure sizes

figuresize;

Hiya,
I want my figures to all be created in the same dimension. Currently my figures are the size of the window it opens in (which are usually quite small) and I have to stretch it out. Is there a way for them to open up a preset size?
Thanks
Yewande

Best Answer

figure('position', [0, 0, 400, 300])