How can I insert my foto in the MATLAB GUI?
feedback
|
migrated from stackoverflow.com Dec 8 '09 at 12:09
This question came from our site for professional and enthusiast programmers.
|
I work for MathWorks and recently made a video about inserting an image into a MATLAB GUI. You can view the video on the MATLAB blog. | ||||
|
feedback
|
|
Can't say much with your description, but you'll want to look at
| |||
|
feedback
|
|
I wrote some lines of code for inserting an image into a MATLAB GUI without using the GUIDE. sites.google.com/site/programmingtipsite/app-dev-w-guide/b-without-guide#Extra1 This particular set of code does not look very clean, but does work, and does not require the Image Processing Toolbox. (The function "imshow" used in Doug's video requires the toolbox.) | |||
|
feedback
|
|
This is one of many ways to insert an image in a MATLAB GUI:
| ||||
|
feedback
|