Mesh Plot (Surface Plot)

조회 수: 1 (최근 30일)
ZAINULABADIN ZAFAR
ZAINULABADIN ZAFAR 2021년 2월 20일
답변: SAI SRUJAN 2022년 7월 22일
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일
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,

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by