how to plot a 2d matrix as contour plot?
Ältere Kommentare anzeigen
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
Antworten (1)
madhan ravi
am 17 Dez. 2018
Bearbeitet: madhan ravi
am 17 Dez. 2018
datas=load('text.txt');
contour(datas');

1 Kommentar
madhan ravi
am 17 Dez. 2018
Bearbeitet: madhan ravi
am 17 Dez. 2018
oops mine looks completely different , I have no clue whatsoever to achieve that.
Kategorien
Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!