how to add custom images in matlab GUI
Ältere Kommentare anzeigen
i know to add images which exist in image processing toolbox,but if i need to add image of my own, then what is the procedure or code or is there a way i can add images to the image processing toolbox.
I=imread('eight.tif');
hi = imagesc(I)
colormap gray
here is how i imported the already existing image
Akzeptierte Antwort
Weitere Antworten (1)
Sagar AS
am 6 Jul. 2015
0 Stimmen
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!