edit text on contour plot
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Andrew Alkiviades
el 29 de Sept. de 2013
Comentada: Andrew Alkiviades
el 29 de Sept. de 2013
Hi I have a contour plot with two sets of contour lines and the label of the value on each of the contour lines. does anyone know how to edit these labels as I want to add the unit of each value? For some reason when I manually edit the plot I can only do this for one set of contours not the second set.
thank you
0 comentarios
Respuestas (1)
dpb
el 29 de Sept. de 2013
Use the return value functional form
[C, H] = contour(...) returns contour matrix C as described in
CONTOURC and a handle H to a contourgroup object. This handle can
be used as input to CLABEL.
3 comentarios
dpb
el 29 de Sept. de 2013
No, the handle referred to is the optional second return value H which you didn't return...you returned the contour matrix C in A
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!