Isopleth

7 vues (au cours des 30 derniers jours)
Karen
Karen le 3 Déc 2011
Hi, Does anyone have a file for making isopleths? Thanks, Karen

Réponse acceptée

Sven
Sven le 3 Déc 2011
Hi Karen, do you mean that you'd like to make a contour plot? You can try this (from the docs for contour()):
Z = peaks;
[C,h] = contour(Z);
t_handle = clabel(C,h);
set(t_handle,'BackgroundColor',[1 1 .6],'Edgecolor',[.7 .7 .7])
Is that what you were looking for?
  1 commentaire
Karen
Karen le 3 Déc 2011
Thank you! This helps.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Just for fun 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