Print answer in plot Figure !!

1 vue (au cours des 30 derniers jours)
Susan
Susan le 20 Août 2011
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 commentaire
Jan
Jan le 20 Août 2011
@Susan: Please read the Getting Started chapters in the documentation, where such basic functions are explained in detail.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Août 2011
text() it in to place.
  3 commentaires
Walter Roberson
Walter Roberson le 20 Août 2011
theaxes = subplot(3,3,3);
text(theaxes, X, Y, 'The String');
Susan
Susan le 20 Août 2011
Got it, did it in different way,.. Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by