CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

MATLAB

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 11, 2004, 13:25
Default MATLAB
  #1
Joe
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.
  Reply With Quote

Old   August 11, 2004, 13:46
Default Re: MATLAB
  #2
Junseok Kim
Guest
 
Posts: n/a
mesh(x1,y1,z1) hold mesh(x2,y2,z2) hold
  Reply With Quote

Old   August 13, 2004, 02:10
Default Re: MATLAB
  #3
amol palekar
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
  Reply With Quote

Old   August 13, 2004, 07:02
Default Re: MATLAB
  #4
Steve
Guest
 
Posts: n/a
Why not post this question to comp.soft-sys.matlab instead? It's a bit off-topic here.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to start Fluent with Matlab?? Jay Hu FLUENT 8 November 9, 2022 06:30
[ICEM] version 12 incompatible with MATLAB R2009 siw ANSYS Meshing & Geometry 1 September 8, 2009 09:20
caling matlab in Fortran HaKu Main CFD Forum 0 July 16, 2009 15:35
2-D Euler Solver for compressible flow in Matlab Volkan Main CFD Forum 1 October 28, 2007 01:40
CFD with MATLAB Jack Main CFD Forum 2 April 26, 2006 02:19


All times are GMT -4. The time now is 07:30.