Isopleth

 Respuesta aceptada

Sven
Sven el 3 de Dic. de 2011

0 votos

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?

Más respuestas (0)

Etiquetas

Preguntada:

el 3 de Dic. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by