How can I plot 3D graph provided that I have x,y,z value

Hi,
If I want to plot 3-D graph featuring x,y, z...the value of which are known. Shall I use mesh command or is there anything easier to implement using data points I have in excel?
Many thanks in advance.
Kate

 Accepted Answer

Hi,
if the data points x,y are irregular (i.e., not on some grid), just use plot3 to plot them. For functions like mesh and surf, you need to interpolate them to a grid, see http://www.mathworks.com/help/techdoc/math/bspq0rb-1.html.
Titus

More Answers (0)

Categories

Find more on 2-D and 3-D 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!