Print answer in plot Figure !!

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 个评论

@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

0 个投票

text() it in to place.

3 个评论

Thanks,I put the text within one of the subplots but how can you Change the position axes to make it underneath both of the subplot? I have one subplot(3,,3,1) and (3,3,2) and I want the text to be placed in (3,3,3) not on the plot figure?
theaxes = subplot(3,3,3);
text(theaxes, X, Y, 'The String');
Got it, did it in different way,.. Thanks

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by