Mesh Plot (Surface Plot)
Mostra commenti meno recenti
You have a system of three equations.
Say
dx/dt=f(x,y,z)
dy/dt=g(x,y,z)
dz/dt=h(x,y,z)
.....
....
Finally we can have plots...
figure (1)
plot (t, x);
figure (2)
plot (t, y);
figure (3)
plot (t, z);
I want to draw surface (or mesh) plot.
What should I do...
1 Commento
Mario Malic
il 20 Feb 2021
See mesh and surf.
Risposte (1)
SAI SRUJAN
il 22 Lug 2022
0 voti
Hi Zainulabadin zafar,
From my understanding of your question, I hope the following documentation which has a similar use case may give you an insight of how to create a surface plot,
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!