1

我希望在放大绘图时保持文本大小固定。因此,我希望指定文本区域 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

4

1 回答 1

1

您可以FontUnits在文本句柄上设置属性以使文本随轴缩放。请参阅此处了解不同的可能性。

于 2013-01-30T19:38:10.713 回答