Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
explanation of two instructions
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
can you explain to me the instructions in the attached photo sorry i am too beginner ( please ) thanks
0 commentaires
Réponses (1)
Matthew Eicholtz
le 19 Fév 2016
It is difficult to tell without knowing more about certain variables that aren't defined in the photo you provided (e.g. Ne, L), but the first snippet uses a for-loop to go through a structure (maybe the output of regionprops?) and draws rectangles on the current figure based on the "BoundingBox" field.
The second snippet, is locating the subscripts in some variable L that equal n, then using the imagen (I'm not sure what that function is or where it comes from?) to generate an image, which is shown by the function imshow.
Does that help at all?
1 commentaire
ABDASALAM EMZEKA
le 19 Fév 2016
Modifié(e) : Walter Roberson
le 19 Fév 2016
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!