why meijerG function is undefined variable in matlab

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

 Accepted 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?

5 Comments

MATLAB Version:(R2015a) Symbolic Math Toolbox Version 6.2 (R2015a) is installed
meijerG was introduced in R2017b ...
Well, you can either upgrade to 2017b or more recent, or write it yourself.
Or use an implementation from the net.
Thanks, Stephen Torsten for your quick help.

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 12 Oct 2018

Commented:

on 12 Oct 2018

Community Treasure Hunt

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

Start Hunting!