Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Is it possible to merge docked figures?
Date: Fri, 30 Oct 2009 19:20:03 +0000 (UTC)
Organization: University of Michigan
Lines: 7
Message-ID: <hcfe93$17n$1@fred.mathworks.com>
References: <h9104k$ald$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256930403 1271 172.30.248.38 (30 Oct 2009 19:20:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 30 Oct 2009 19:20:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2069255
Xref: news.mathworks.com comp.soft-sys.matlab:581388


"Wouter Numan" <ktjukker@hotmail.com> wrote in message <h9104k$ald$1@fred.mathworks.com>...
> I have created two separate figures and want to merge them into a single figure that can be exported for use in a report. Is it possible to dock the two figures, for instance to a top and bottom tile, and merge them into a single figure with the old figures acting as subplots?
> 
> Alternatively, is it possible to plot existing figures in a subplot?
>  

Go to view in the figure toolbar. Open the tab figure palette. There is this option new subplots. click on the 2-D or 3-D axes depending on your requirement. This will create a new subplot below your current figure. Then copy and paste the plot you want into this new plot are.