Problem 61007. Pseudo-Zernike Polynomials
%Examples pR(n,k)
pR(0,0) = 1 => [1]
pR(1,1) = 3*r-2 => [3 -2]
pR(3,2) = 7*r^3 + 6*r^2 => [7 6 0 0]
Only vectorized solutions will be accepted. Check the test suite for banned functions.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
5 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!