プロットを拡大するときは、テキストサイズを固定したいのですが。したがって、テキスト領域の4つの角の位置を指定したいと思います。言い換えると、プロットをズームアウトすると、テキストが非常に小さいため、テキストがほとんど表示されないはずです。これは可能ですか?あるべきですが、私は解決策を見ていません。
今は円を描いています
rectangle('Position',[xpos, ypos, 0.06, 0.2], 'Curvature',[1,1]);
% I wish to plot textstrings of num2str(val) inside the circle here
% Another alternative, to be able to se num2str(val) whenever I click the circle
前もって感謝します
/ fixitinthemix