-
2 Comments
Adr Paw
on 10 Aug 2016
it's very nice solution, but sadly it's not general solution
Peng Liu
on 11 Aug 2016
My original objective was to reduce the Cody size as much as possible. You can make this solution general by using y = discretize(spiral(n), [0 1:2:n].^2+.5) or y = discretize(spiral(n), [0 1:2:n].^2, 'IncludedEdge','right'), which has a higher size though.
Suggested Problems
-
506 Solvers
-
Back to basics 8 - Matrix Diagonals
933 Solvers
-
Set the array elements whose value is 13 to 0
1377 Solvers
-
Determine the number of odd integers in a vector
755 Solvers
-
1012 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!