フィルターのクリア

Print answer in plot Figure !!

3 ビュー (過去 30 日間)
Susan
Susan 2011 年 8 月 20 日
Dear all, My code creates two signals in the same figure using subplot then calculates delay between the two signals, when I run it I get the two signals in the figure then the delay answer in Matlab command. How can I add the delay answer to the figure underneath the two plots?
Cheers, Susan
  1 件のコメント
Jan
Jan 2011 年 8 月 20 日
@Susan: Please read the Getting Started chapters in the documentation, where such basic functions are explained in detail.

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

採用された回答

Walter Roberson
Walter Roberson 2011 年 8 月 20 日
text() it in to place.
  3 件のコメント
Walter Roberson
Walter Roberson 2011 年 8 月 20 日
theaxes = subplot(3,3,3);
text(theaxes, X, Y, 'The String');
Susan
Susan 2011 年 8 月 20 日
Got it, did it in different way,.. Thanks

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by