How can I compute the Hermite Polynomials in MATLAB without using the Symbolic Toolbox?

While it is possible to compute the Hermite polynomials symbolically using the MFUN function in the Symbolic Toolbox, I am looking for a way to compute those numerically in MATLAB.

 Accepted Answer

This functionality is not directly available in MATLAB. However, you can compute the Hermite polynomials by using the user-contributed file on the MATLAB file exchange here:
<http://www.mathworks.com/matlabcentral/fileexchange/4911>
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.

More Answers (0)

Categories

Products

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!