Solving Meijer G function!!
Mostrar comentarios más antiguos
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 comentario
Karan Gill
el 29 de Sept. de 2017
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
Respuesta aceptada
Más respuestas (2)
Deepak Kumar singh
el 10 de Feb. de 2020
0 votos
What is the MeijerG function and how it is use.
paul Santi
el 17 de Sept. de 2020
Editada: paul Santi
el 17 de Sept. de 2020
0 votos
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 comentario
Soumen Mondal
el 3 de Mayo de 2022
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
Categorías
Más información sobre Common Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

