Loading image into GUI
显示 更早的评论
Hi,
How to load an image into GUI and display on Axis?
I need to load image dynamically.
Plz help me.
1 个评论
Nicholus
2014-7-2
If you mean loading an image on matlab gui, just follow these simple steps. 1. copy and paste the image to the matlab directory, check it on top of your matlab desktop.(C:\MATLAB7\work\New Folder) located on top middle of matlab desktop.
2 run this command; A = imread ('file mame.jpg'); imshow(A)
Good luck!
The image will be displayed. Note, file name has extension of class, say jpg, tif etc.
采纳的回答
更多回答(4 个)
Wasim Akhlaq
2012-6-5
0 个投票
You can load an image in GUI MATLAB. see the help 'axes' and 'set' commands in matlab. I hope this will help you.
Sean de Wolski
2012-6-5
0 个投票
Some of these will help.
Image Analyst
2012-6-5
0 个投票
Amal
2022-11-13
0 个投票
Code to upload an image using the GUI interface in Matlab?
1 个评论
Image Analyst
2022-11-13
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
I upload my images using copyfile because I have the servers I need mapped to drive letters in Windows. You might be able to upload using a URL if you have permission to write to that location.
Be specific in what you want with your questions, otherwise you'll get no answers.
类别
在 帮助中心 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!