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 件のコメント

Mario Malic
Mario Malic 2021 年 2 月 20 日
See mesh and surf.

サインインしてコメントする。

回答 (1 件)

SAI SRUJAN
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,

カテゴリ

質問済み:

2021 年 2 月 20 日

回答済み:

2022 年 7 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by