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

 采纳的回答

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 个评论

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.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by