Clear Filters
Clear Filters

Help for creating a window

2 views (last 30 days)
vidya
vidya on 5 Feb 2014
Answered: David Sanchez on 5 Feb 2014
good day how do i create a window of size (80 *80) in matlab without using imfreehand? please can anybody help..I need it for finding a mean intensity value

Accepted Answer

David Sanchez
David Sanchez on 5 Feb 2014
rectangle('Position',[x,y,w,h])
draws the rectangle from the point x,y and having a width of w and a height of h.

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!