How can i interpolate a circle with a few coordinates?

1 view (last 30 days)
--

Answers (2)

Image Analyst
Image Analyst on 4 Nov 2013

Ercan
Ercan on 6 Nov 2013
Sorry but I have to say that is too much code for me at the moment. I am not so familar with all the Matlab codes. I have for instance three vectors like u=[1 0],v=[0 1] and w=[-1 0] and I want to plot a circle. How can I do this.
  1 Comment
Image Analyst
Image Analyst on 6 Nov 2013
If 7 lines of code exceeds the limit of how much MATLAB code you are able to comprehend, then I'm afraid I can't help you. You can try rectangle() to plot a circle in a single line of code . See the example in the help.

Sign in to comment.

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!