-
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
-
Remove all the words that end with "ain"
2418 Solvers
-
1966 Solvers
-
Calculate the Levenshtein distance between two strings
1457 Solvers
-
651 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
631 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!