Using object orientated programming

1 view (last 30 days)
Travis Smith
Travis Smith on 17 Oct 2016
Edited: Prasad Mendu on 19 Oct 2016
I have to draw a n-pointed and n-sized star using a turtle which basically functions as a pen that can be told to draw a certain length and to rotate to draw in different directions. It should work as a function where the user inputs the size and number of points and the turtle draws the star.
  1 Comment
Guillaume
Guillaume on 17 Oct 2016
Edited: Guillaume on 17 Oct 2016
Do it in LOGO. Done in 8 lines of code!
More seriously, what is your question and where does OOP figure into this?
Hopefully, you're not asking for somebody to do your homework for you.

Sign in to comment.

Answers (1)

Prasad Mendu
Prasad Mendu on 19 Oct 2016
Edited: Prasad Mendu on 19 Oct 2016

Tags

Community Treasure Hunt

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

Start Hunting!