Mesh Plot (Surface Plot)
显示 更早的评论
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 个)
SAI SRUJAN
2022-7-22
0 个投票
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,
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!