Solving Meijer G function!!
Mostra commenti meno recenti
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 Commento
Karan Gill
il 29 Set 2017
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
Risposta accettata
Più risposte (2)
Deepak Kumar singh
il 10 Feb 2020
0 voti
What is the MeijerG function and how it is use.
paul Santi
il 17 Set 2020
Modificato: paul Santi
il 17 Set 2020
0 voti
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 Commento
Soumen Mondal
il 3 Mag 2022
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
Categorie
Scopri di più su Common Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

