Path: news.mathworks.com!not-for-mail
From: "Sadik " <sadik.hava@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: graph window size
Date: Thu, 2 Jul 2009 09:40:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 16
Message-ID: <h2hv9j$hhi$1@fred.mathworks.com>
References: <h2hpr5$pqo$1@fred.mathworks.com> <h2hs65$qct$1@fred.mathworks.com>
Reply-To: "Sadik " <sadik.hava@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1246527603 17970 172.30.248.37 (2 Jul 2009 09:40:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Jul 2009 09:40:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1666517
Xref: news.mathworks.com comp.soft-sys.matlab:552309


Hi Recep,

After you make your plot, you say:

set(gcf,'Position',[a b c d])

where a b c and d are numbers which show respectively the (x,y) location of the upper left corner [by a and b] and the width and height of the window [by c and d]. In order to have an idea about what these four values should be, you could say:

get(gcf,'Position')

You can then play with these numbers until you get the desired plot.

Best.

"recep mansiz" <aalmoraa@hotmail.com> wrote in message <h2hs65$qct$1@fred.mathworks.com>...
> doesn't anybody have any idea ?? is there a function that matlab default plot window size can be changed inside??