how to set the image into axis using GUI?
Mostra commenti meno recenti
[filename1 pathaname]=uigetfile('*.jpg');
axes1=imread(filename1);
axes11(hadles.loadimage);
I can get image using loadbuttuon option but do not set into the axes.
how can i set or load image into axes?
please help me
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Read, Write, and Modify Image in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!