The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 3D color surface plotting

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mlmOrigin Posted - 07/27/2010 : 02:58:10 AM
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System:
Hi,
I have a 2D data matrix (m*n) generated from Matlab. These data represent values of a variable at m*n points in a XY plane (Z = Zo -> constant). There are 'm' no of X values and 'n' no of Y values.

In matlab I plot a surface showing the variation of the variable in XY plane, using a color to denote the value of the variable at points in the plane (using meshgrid and surf commands).

Can someone tell me how to draw a 3D surface in Origin which where the color will represent the value of the variable at the data points?

Thanks
Regards,
Mlm
2   L A T E S T    R E P L I E S    (Newest First)
larry_lan Posted - 07/28/2010 : 02:22:51 AM
Hi:

This feature will be supported in the next version, 8.5.0.

Thanks
Larry
OriginLab Technical Services
mlmOrigin Posted - 07/27/2010 : 04:20:23 AM


quote:
x = 1:10;
y = 10:10:100;
z = 3;
data_ = rand(10,10);
[Xmesh, Ymesh,Zmesh] = meshgrid(x,y,z);
surf(Xmesh, Ymesh,Zmesh,data_)



Using a program similar to above, I can generate the colored surface in matlab as shown in the top figure.

What I'm looking for is a way to get a similar plot using Origin when I have the X,Y, Z and Data values?


Thanks

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000