MATLAB: How to compute the Hermite Polynomials in MATLAB without using the Symbolic Toolbox

MATLAB

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.

Best 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.
Related Question