Solving Meijer G function!!
显示 更早的评论
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 个评论
Karan Gill
2017-9-29
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
采纳的回答
更多回答(2 个)
Deepak Kumar singh
2020-2-10
0 个投票
What is the MeijerG function and how it is use.
paul Santi
2020-9-17
编辑:paul Santi
2020-9-17
0 个投票
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 个评论
Soumen Mondal
2022-5-3
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
类别
在 帮助中心 和 File Exchange 中查找有关 Common Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

