Clear Filters
Clear Filters

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

1 view (last 30 days)
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 ?

Accepted Answer

Walter Roberson
Walter Roberson on 31 May 2017
msgbox('Select a region using imfreehand()', 'modal');

More Answers (0)

Categories

Find more on Migrate GUIDE Apps 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!