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!