select current object

バージョン 1.1.0.0 (2.03 KB) 作成者: Chaowei Chen
select current object by buttons. Each button represents one object which is either axes, image, etc
ダウンロード: 282
更新 2013/2/20

ライセンスの表示

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://jp.mathworks.com/matlabcentral/fileexchange/38985-select-current-object), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
gco

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

fixed bug about figure units

1.0.0.0