how to plot a 2d matrix as contour plot?

1 vue (au cours des 30 derniers jours)
Manoj
Manoj le 17 Déc 2018
Modifié(e) : madhan ravi le 17 Déc 2018
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

Réponses (1)

madhan ravi
madhan ravi le 17 Déc 2018
Modifié(e) : madhan ravi le 17 Déc 2018
datas=load('text.txt');
contour(datas');
  1 commentaire
madhan ravi
madhan ravi le 17 Déc 2018
Modifié(e) : madhan ravi le 17 Déc 2018
oops mine looks completely different , I have no clue whatsoever to achieve that.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by