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

Respuestas (1)

madhan ravi
madhan ravi el 17 de Dic. de 2018
Editada: madhan ravi el 17 de Dic. de 2018
datas=load('text.txt');
contour(datas');

1 comentario

madhan ravi
madhan ravi el 17 de Dic. de 2018
Editada: madhan ravi el 17 de Dic. de 2018
oops mine looks completely different , I have no clue whatsoever to achieve that.

Iniciar sesión para comentar.

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Dic. de 2018

Editada:

el 17 de Dic. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by