In honor of this being the 500th Community problem, see if you can create a function that has a Cody size of 500. It can do anything you want it to do. If it has a size of 500, it passes.
Good luck!
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers80
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5793 Solvers
-
Find relatively common elements in matrix rows
2150 Solvers
-
How to find the position of an element in a vector without using the find function
2812 Solvers
-
1742 Solvers
-
Back to basics 22 - Rotate a matrix
933 Solvers
More from this Author80
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Interesting that some cases with a size of 500 are being rejected. It looks like you need to keep the function statement constant as Cody500(x) to get credit for the solution. Changing the function call to Cody500() or Cody500(a,b) seems to make it incorrect, even if your function has the proper size. Any thoughts from people who know way more about this sort of thing than I do?
Funny!
It worked for me with "function y = Cody500(x, y, z)" in Solution 1282868.