Solving Meijer G function!!
Ältere Kommentare anzeigen
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 Kommentar
Karan Gill
am 29 Sep. 2017
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
Akzeptierte Antwort
Weitere Antworten (2)
Deepak Kumar singh
am 10 Feb. 2020
0 Stimmen
What is the MeijerG function and how it is use.
paul Santi
am 17 Sep. 2020
Bearbeitet: paul Santi
am 17 Sep. 2020
0 Stimmen
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 Kommentar
Soumen Mondal
am 3 Mai 2022
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
Kategorien
Mehr zu Common Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

