Prev: Decode analog video input
Next: applied maths
From: William Cox on 18 May 2010 14:16 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 18 May 2010 14:21
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. |