how to plot a 2d matrix as contour plot?

Find the attachment of the text file having 117 rows and 2 coloums.
I need contour plot as first column on x-axis and second column on y-axis
thank you

답변 (1개)

madhan ravi
madhan ravi 2018년 12월 17일
편집: madhan ravi 2018년 12월 17일

0 개 추천

datas=load('text.txt');
contour(datas');

댓글 수: 1

madhan ravi
madhan ravi 2018년 12월 17일
편집: madhan ravi 2018년 12월 17일
oops mine looks completely different , I have no clue whatsoever to achieve that.

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

카테고리

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

태그

질문:

2018년 12월 17일

편집:

2018년 12월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by