how to draw 3D plot

2 views (last 30 days)
Xin CUI
Xin CUI on 16 Jan 2014
Answered: Walter Roberson on 17 Jan 2014
Hi, I am a newbie for 3D plot. I have a dataset including 1000 rows and 3 columns. I treat each row as one observation, which has three values(three columns). I want to draw a 3D plot using this dataset. I tried to draw it in different ways. I used plot3 and it only gives me lines. I used surf(x,y,z) and mesh(x,y,z) where x, y and z are 1000 by 1 vector only to get error message. Please help me with this. I want to get some kind of smooth surface if possible. Thanks.
  2 Comments
José-Luis
José-Luis on 16 Jan 2014
You could interpolate to a regular grid and then mesh.
Xin CUI
Xin CUI on 16 Jan 2014
Do you mind elaborate it? Thanks.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 17 Jan 2014
Use TriScatteredInterp or the newer GriddedInterpolant

More Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!