Help for creating a window
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
vidya
le 5 Fév 2014
Réponse apportée : David Sanchez
le 5 Fév 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
0 commentaires
Réponse acceptée
David Sanchez
le 5 Fév 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.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!