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.

Antworten (1)

Walter Roberson
Walter Roberson am 27 Mär. 2013

1 Stimme

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

2 Kommentare

David Koenig
David Koenig am 28 Mär. 2013
Thanks.
Mahdi
Mahdi am 28 Mär. 2013
Please accept this answer if it solved your problem.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 27 Mär. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by