How to position a Annotation in subplot (southeast)

I would like to know if there is a way to put a annotation (text box which prints the value of a var) in the right corner of my subplots.
Is there a way you can state: position 'southeast' ?
Kind regards,
Stijn

2 件のコメント

Stijn Hillenius
Stijn Hillenius 2017 年 9 月 14 日
Got somthing like:
annotation(gcf,'textbox',dim,'String',str1,'FitBoxToText','on');
with dim: dim = [0 0 .3 .3];
I would like this var to 'find' the right bottom corner of the selected subplot
Stijn Hillenius
Stijn Hillenius 2017 年 9 月 15 日
編集済み: KSSV 2017 年 9 月 15 日

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

回答 (0 件)

製品

質問済み:

2017 年 9 月 14 日

編集済み:

2017 年 9 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by