
how to plot a 2d matrix as contour plot?
2 次查看(过去 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
0 个评论
回答(1 个)
madhan ravi
2018-12-17
编辑:madhan ravi
2018-12-17
datas=load('text.txt');
contour(datas');

1 个评论
madhan ravi
2018-12-17
编辑:madhan ravi
2018-12-17
oops mine looks completely different , I have no clue whatsoever to achieve that.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!