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