![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/665830/image.png)
What is wrong with this code getting error message Unrecognized function or variable 'circle_detection'.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ivy
el 24 de Jun. de 2021
Comentada: Ivy
el 25 de Jun. de 2021
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/664380/image.png)
I am getting Unrecognized function or variable 'circle_detection'. error. what did I do wrong I cannot figure it out. Please any help
0 comentarios
Respuesta aceptada
Seungbum Koo
el 25 de Jun. de 2021
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/665830/image.png)
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!