region growing code trouble
Afficher commentaires plus anciens
can help me ? how to display the function region grow:
when I input source code, but error in this code " J=regiongrowing(I,x,y,0.2);
Réponses (1)
Image Analyst
le 30 Juil 2013
0 votes
Put the cursor in the letters of a name of a function, like regiongrowing, and type control-d. This will display the code for the function in the code editor. It's similar to where you can put the cursor in variables and type control-d to being up the variable in the variable editor. In the source code for your function, you can set breakpoints and step through the code using the debugger to find any error or examine variables. See this link for more details: Debugging in MATLAB.
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!