필터 지우기
필터 지우기

2D plot x-y axis

조회 수: 3 (최근 30일)
Shashank
Shashank 2015년 12월 24일
댓글: Shashank 2015년 12월 24일
How can visualize on a 2D plot the variation of a variable say, z of size (100,1), that varies with both x and y, both of size (100,1)?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2015년 12월 24일
You have 3 variables x,y and z, I think you need a 3D plot
plot3(x,y,z)
Unless you want to change the transparency of the 2D plot according to z value
  댓글 수: 1
Shashank
Shashank 2015년 12월 24일
Want something like this. "z" is plotted against "x" and "y" for at different time instants. So I just need to know how to plot it for just one time instant.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by