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.

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 27 日

1 投票

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

2 件のコメント

David Koenig
David Koenig 2013 年 3 月 28 日
Thanks.
Mahdi
Mahdi 2013 年 3 月 28 日
Please accept this answer if it solved your problem.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeContour Plots についてさらに検索

製品

質問済み:

2013 年 3 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by