select current object

select current object by buttons. Each button represents one object which is either axes, image, etc

您现在正在关注此提交

select current object by buttons. Each button represents one object which is either axes, image, etc

To reproduce screenshot,

x=1:100;y=sin(x/50);
subplot(121);plot(x,y,'r.',x,y-x/100,'b^');

img=importdata('cameraman.tif');

subplot(122);imagesc(img);colormap gray;
rectangle('position',[100 100 20 50],'edgecolor','b','facecolor','y')
text(20,20,'hello','color','g')

sco

引用格式

Chaowei Chen (2026). select current object (https://ww2.mathworks.cn/matlabcentral/fileexchange/38985-select-current-object), MATLAB Central File Exchange. 检索时间: .

标签

添加标签

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

fixed bug about figure units

1.0.0.0