I have X (181X361), Y(181X361), Values(181X361), I would like to plot the values on each X and Y with colors indicating the values in a 2D-plane. I do not know what to choose and how to implement, plot, colormap,....

 채택된 답변

Aquatris
Aquatris 2018년 7월 18일
편집: Aquatris 2018년 7월 18일

0 개 추천

I think you are asking for contour or contourf functions. Usage is simple;
contour(X,Y,Z)
or
contourf(X,Y,Z)

추가 답변 (1개)

Afshin Aghayan
Afshin Aghayan 2019년 10월 8일

0 개 추천

you can use this code for displaying any data in the form of [x, y, f(x,y)] or data with coordinate

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

질문:

2018년 7월 18일

답변:

2019년 10월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by