필터 지우기
필터 지우기

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 CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by