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 (2024). select current object (https://www.mathworks.com/matlabcentral/fileexchange/38985-select-current-object), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Migrate GUIDE Apps에 대해 자세히 알아보기
태그 태그 추가
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