how to plot a 2d matrix as contour plot?

1 次查看(过去 30 天)
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
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.

请先登录,再进行评论。

类别

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