Prev: parfor vs. spmd
Next: 3D sparce matrix
From: Kuo-Hsien on 17 Jan 2010 23:10 Hi all, I plot two figures in one m program using figure(1) and figure(2). How can I joint these figure (1) and figure(2) to be figure(3)? ps. I cann't use subplot in the m function. Thank you all. Michael
From: Steven Lord on 17 Jan 2010 23:40 "Kuo-Hsien" <mchangks(a)hotmail.com> wrote in message news:hj0mus$3g$1(a)fred.mathworks.com... > Hi all, > > I plot two figures in one m program using figure(1) and figure(2). > > How can I joint these figure (1) and figure(2) to be figure(3)? > > ps. I cann't use subplot in the m function. You cannot combine two _figures_ into one figure; a figure CANNOT be a child of another figure. If you want to combine the CONTENTS of the two figures into one, use COPYOBJ to copy them from each figure into the third. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: parfor vs. spmd Next: 3D sparce matrix |