Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Adding New Axes Object to a Figure
Date: Mon, 28 Jan 2008 16:15:03 +0000 (UTC)
Organization: Konem Solutions
Lines: 9
Message-ID: <fnkv26$2ae$1@fred.mathworks.com>
References: <fnjgsl$g4q$1@fred.mathworks.com> <fnjmjk$34v$1@canopus.cc.umanitoba.ca> <fnkubm$l0k$1@fred.mathworks.com>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201536903 2382 172.30.248.35 (28 Jan 2008 16:15:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 28 Jan 2008 16:15:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:447953




<I want to write a program that can adding new axes, but 
without changing the other axes existing on the figure. >

You probably would need subplot
doc subplot
HTH
Vihang