Can a text statement be put on a contour plot?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
0 Kommentare
Antworten (1)
Walter Roberson
am 27 Mär. 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 Kommentare
Siehe auch
Kategorien
Mehr zu Contour Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!