MATLAB: Why meijerG function is undefined variable in matlab

meijerg

meijerG function is already defined in matlab, but when i use in our script, it gives the error "Undefined function or variable 'meijerG'." Please help to find the way

Best Answer

Probably you don't have the Symbolic Toolbox installed, or you don't have a license for it, or the function is not supported for your MATLAB version.
Do you have the Symbolic Toolbox installed, and a current license for it? Check what is installed:
ver
and check your licenses:
What MATLAB version are you using?