![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199246/image.png)
how to plot a 2d matrix as contour plot?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
madhan ravi
on 17 Dec 2018
Edited: madhan ravi
on 17 Dec 2018
datas=load('text.txt');
contour(datas');
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199246/image.png)
1 Comment
madhan ravi
on 17 Dec 2018
Edited: madhan ravi
on 17 Dec 2018
oops mine looks completely different , I have no clue whatsoever to achieve that.
See Also
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!