MATLAB: How to prompt a window with an image when push button pressed

digital image processingguideimage processingMATLABMATLAB and Simulink Student Suitematlab functionmatlab gui

The question regarding with the GUIDE GUI. How can I prompt an image window when a push button clicked in order to select a region using imfreehand() in MATLAB ?

Best Answer

msgbox('Select a region using imfreehand()', 'modal');
Related Question