Solving Meijer G function!!
Show older comments
Can anyone solve the following Meijer-G function in matlab for any numerical value of z, k, Q1 and Q2?

Thanks in advance for your help
1 Comment
Karan Gill
on 29 Sep 2017
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
Accepted Answer
More Answers (2)
Deepak Kumar singh
on 10 Feb 2020
0 votes
What is the MeijerG function and how it is use.
paul Santi
on 17 Sep 2020
Edited: paul Santi
on 17 Sep 2020
0 votes
How do I calculate the Meijer G function using matlab
( | |x|^2) where the first row vector is $(1/2-a , -a)$ and the second row is $(0 , -1/2)$ where $a>0$ and less than $1/2$ and $|x|>1.$
1 Comment
Soumen Mondal
on 3 May 2022
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
Categories
Find more on Common Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
