Can a text statement be put on a contour plot?
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
0 件のコメント
回答 (1 件)
  Walter Roberson
      
      
 2013 年 3 月 27 日
        Give your text() a small Z value such as
text(40,50, .1, 'comment')
2 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Contour Plots についてさらに検索
			
	製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


