Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!