select current object
Version 1.1.0.0 (2,03 ko) par
Chaowei Chen
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
Citation pour cette source
Chaowei Chen (2026). select current object (https://fr.mathworks.com/matlabcentral/fileexchange/38985-select-current-object), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | fixed bug about figure units |
||
| 1.0.0.0 |
