Doug Hull, MathWorks
(Originally posted on Doug's MATLAB Video Tutorials blog.)
Recently, a MATLAB user asked me how to build a UI which lets the user display any image in a directory by selecting the name of the image from a pop-up menu. This uses a few concepts like the DIR command, setting the string of a UICONTROL, and using callback functions.