필터 지우기
필터 지우기

Plotting Values on specific x-y coordinates

조회 수: 12 (최근 30일)
Sharif Khalil
Sharif Khalil 2018년 7월 18일
답변: Afshin Aghayan 2019년 10월 8일
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일
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일
you can use this code for displaying any data in the form of [x, y, f(x,y)] or data with coordinate

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by