Can a text statement be put on a contour plot?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
0 Commenti
Risposte (1)
Walter Roberson
il 27 Mar 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 Commenti
Vedere anche
Categorie
Scopri di più su Contour Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!