Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

I am getting error for this expression:- [xc1,yc1]=​circle(28.​6,220,220)

2 views (last 30 days)
[xc1,yc1]=circle(28.6,220,220);
X=[-lf:28 xc1];
Y=[0*(0:29) yc1];
I am getting the error:
Undefined function or variable 'circle'.
Please help me.

Answers (1)

YT
YT on 17 Dec 2017
Either there is no build-in function called "circle" in Matlab (not in 2015b atleast) or you've created you own function called "circle" but Matlab can't find the function (because you haven't specified the location of the function).

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!