Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to make mesh or contour by using just x,y,z coordinates data ?

1 次查看(过去 30 天)
Hello, teacher
I have a question about graph.
I want to make mesh or contour graph but i can't, because x,y,z is just coordinates.
How should i write code?
Please give your good ideas.

回答(1 个)

Elias Gule
Elias Gule 2017-7-13
[xx,yy,zz] = meshgrid(x,y,z);
contour(xx,yy,zz)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!