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 ExchangeContour 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