select current object

select current object by buttons. Each button represents one object which is either axes, image, etc
282 descargas
Actualizado 20 feb 2013

Ver licencia

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

Citar como

Chaowei Chen (2024). select current object (https://www.mathworks.com/matlabcentral/fileexchange/38985-select-current-object), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
gco

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

fixed bug about figure units

1.0.0.0