From: William Cox on
Wow. Thank you SO much. I'm not even going to tell you how long I've had this problem ...



"Matt Fig" <spamanon(a)yahoo.com> wrote in message <hsukaa$r6f$1(a)fred.mathworks.com>...
> Here:
> >> get(0,'DefaultFigurePosition')
> ans =
> 680 678 560 420
>
>
>
> Try this:
>
> >>figure('units','pixels','position',[680 678 560 420])
>
> If you like that position, then do:
>
> >>set(0,'defaultfigureposition',[680 678 560 420])
>
> and try again:
>
> >>figure
From: Matt Fig on
You're welcome. If the problem persists after restarting MATLAB, you may have to put the line which sets the root default into your startup file.
First  |  Prev  | 
Pages: 1 2
Prev: Decode analog video input
Next: applied maths