Can a text statement be put on a contour plot?

I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.

Réponses (1)

Give your text() a small Z value such as
text(40,50, .1, 'comment')

2 commentaires

David Koenig
David Koenig le 28 Mar 2013
Thanks.
Mahdi
Mahdi le 28 Mar 2013
Please accept this answer if it solved your problem.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Contour Plots dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by