region growing code trouble
古いコメントを表示
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);
回答 (1 件)
Image Analyst
2013 年 7 月 30 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!