Problem 61007. Pseudo-Zernike Polynomials

Problem #1476 deals with Radial Zernike Polynomials.
Here, generate the Pseudo-Zernike Polynomials for a given order n and degree k -
%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

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Sep 23, 2025

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

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!