Help for creating a window
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
David Sanchez
2014년 2월 5일
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.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!