How can I organize image and text in a figure?
Mostra commenti meno recenti
I use 'postion' to get a fixed size figure:
figure('name','Label','position',[680 150 500 650]);
I use "imshow" to put an image in this figure:
imshow(imageName);
Then, unfortunately, the figure automatically resizes to the image's size!
How to avoid this? And how to set the image position in figure using imshow (I want to put the image near the top and put some text blow the image)?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Interactive Control and Callbacks in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!