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!

