Assume that n is a non-negative finite integer.
Examples:
hermite_poly(0)
ans =
1
hermite_poly(1)
ans =
1 0
hermite_poly(2)
ans =
1 0 -1
Neither string operations nor interpolations are allowed!
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers11
Suggested Problems
-
Rosenbrock's Banana Function and its derivatives
168 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
653 Solvers
-
Create matrix of replicated elements
402 Solvers
-
Find and replaces spaces from a input string with *
172 Solvers
-
Sum of diagonals elements of a matrix
234 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Link for "Hermite Polynomial" is broken.
Thanks for pointing it out Ramon, it has been fixed.