How to insert an image to the static text in gui?
Show older comments
hi, I want to insert an image to the static text in GUI, I tried to modify it in the property inspector and I used the following: imread('myimagefile.jpg') but it didn't work , so can that be done? thanks
1 Comment
Geoff Hayes
on 16 Jul 2014
I think that you want to insert the image into a axes control/widget. The static text widget is for text only.
Accepted Answer
More Answers (0)
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!