made up function not running in matlab, error: unrecognized function or variable. How can I get this fixed?
Mostrar comentarios más antiguos
Hi i made a function script (attached) to segment an image into 12 donut shapes but when I try to call it, i get the following error:
Unrecognized function or variable 'radialProfile'.
Error in radialprofile (line 20)
[avg_profile, radius] = radialProfile(image1, 12);
Why? How can I fix it? I have been whacking at this for a while appreciate your help!! Thank you.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

