-
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
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15647 Solvers
-
1410 Solvers
-
779 Solvers
-
870 Solvers
-
Sum of first n positive integers
596 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!