Problem 60998. Bernstein Basis Polynomials
%Examples
B(2, 5) = 10*x^2*(1-x)^3 = -10*x^5 + 30*x^4 - 30*3 + 10*x^2
Output = [-10 30 -30 10 0 0];
B(3, 3) = x^3
Output = [1 0 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 Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!