|
[Sponsors] |
August 11, 2004, 14:25 |
MATLAB
|
#1 |
Guest
Posts: n/a
|
Hi,
I have two geometries in my MATLAB program as follows: (x1,y1,z2) and (x2,y2,z2) I can plot them separately using MESH command. How can I plot them in ONE figure (window)? Please let me know if anybody knows. Thanks. |
|
August 11, 2004, 14:46 |
Re: MATLAB
|
#2 |
Guest
Posts: n/a
|
mesh(x1,y1,z1) hold mesh(x2,y2,z2) hold
|
|
August 13, 2004, 03:10 |
Re: MATLAB
|
#3 |
Guest
Posts: n/a
|
u can use subplot subplot(rows,cols,cordinate) so subplot(1,2,1) (x1,y1,z1) subplot(1,2,2) (x2,y2,z2)
hope this helps -amol |
|
August 13, 2004, 08:02 |
Re: MATLAB
|
#4 |
Guest
Posts: n/a
|
Why not post this question to comp.soft-sys.matlab instead? It's a bit off-topic here.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to start Fluent with Matlab?? | Jay Hu | FLUENT | 8 | November 9, 2022 07:30 |
[ICEM] version 12 incompatible with MATLAB R2009 | siw | ANSYS Meshing & Geometry | 1 | September 8, 2009 10:20 |
caling matlab in Fortran | HaKu | Main CFD Forum | 0 | July 16, 2009 16:35 |
2-D Euler Solver for compressible flow in Matlab | Volkan | Main CFD Forum | 1 | October 28, 2007 02:40 |
CFD with MATLAB | Jack | Main CFD Forum | 2 | April 26, 2006 03:19 |