What is wrong with this code getting error message Unrecognized function or variable 'circle_detection'.
3 ビュー (過去 30 日間)
古いコメントを表示
I am getting Unrecognized function or variable 'circle_detection'. error. what did I do wrong I cannot figure it out. Please any help
0 件のコメント
採用された回答
Seungbum Koo
2021 年 6 月 25 日
It means that circle_detection is not in path. You need to have that function in a known path, or in the same folder where your script is, like below:
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!