Problem 1305. Creation of 2D Sinc Surface
Solution Stats
Problem Comments
-
2 Comments
Cody, unfortunately, is not recognizing the sinc function of the image processing toolbox. Usage of sinc make for nice tight code
The usage of nan as a solution has required imposing an additional check. The Challenge intent was to use sinc but Cody is sinc-less thus a 0 divide check is required.
Solution Comments
-
2 Comments
Khaled solves the Zero divide dilemna.
Isn't this a known trick?
-
2 Comments
Solutions with no fixup for sin(0)/0 cheat a little (since NaNs are ignored in max(...)<0.01)--this solution cheats a lot.
ha, good catch!
-
1 Comment
Vitaly makes beautiful usage of complex to find the radial distance.
Problem Recent Solvers23
Suggested Problems
-
2060 Solvers
-
170 Solvers
-
Create a function handle that reverses the input arguments of another function handle
138 Solvers
-
Generate N equally spaced intervals between -L and L
799 Solvers
-
Is this triangle right-angled?
4771 Solvers
More from this Author260
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!