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.

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Mzo. de 2013
Give your text() a small Z value such as
text(40,50, .1, 'comment')

2 comentarios

David Koenig
David Koenig el 28 de Mzo. de 2013
Thanks.
Mahdi
Mahdi el 28 de Mzo. de 2013
Please accept this answer if it solved your problem.

Iniciar sesión para comentar.

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 27 de Mzo. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by