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

 Réponse acceptée

Titus Edelhofer
Titus Edelhofer le 22 Juil 2012

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by