Solving Meijer G function!!
Afficher commentaires plus anciens
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 commentaire
Karan Gill
le 29 Sep 2017
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
Réponse acceptée
Plus de réponses (2)
Deepak Kumar singh
le 10 Fév 2020
0 votes
What is the MeijerG function and how it is use.
paul Santi
le 17 Sep 2020
Modifié(e) : paul Santi
le 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 commentaire
Soumen Mondal
le 3 Mai 2022
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
Catégories
En savoir plus sur Common Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

