How to create a room sketch in matlab gui using Guide

1 view (last 30 days)
Hello everyone i'm new in matlab gui, i want to ask something how to create a room sketch in matlab gui with Guide like this one
Thanks :)

Answers (1)

Image Analyst
Image Analyst on 24 Mar 2014
Create an axes. Then maybe have some buttons to let the user create vertical or horizontal lines. Have a "popup" to select the line color. Use ginput(2) or imline() to let the user specify the endpoints.

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!