Meijer G function

13 views (last 30 days)
Yasser
Yasser on 3 Mar 2012
Commented: Ayz Jarwar on 23 Apr 2015
How to evaluate Meijer G function using Matlab

Answers (1)

Oleg Komarov
Oleg Komarov on 3 Mar 2012
If you have the Symbolic Math Toolbox use meijerG
An example:
evalin(symengine,'meijerG([[1], []], [[1], [1/2]], 3.0)')

Community Treasure Hunt

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

Start Hunting!