Introduction - If you have any usage issues, please Google them yourself
This function estimates the solution to kummer s differential equation with the first N powers of the generalized hypergeometric series. Kummer s differential equation is given by:
x*g (x)+ (b- x)*g (x)- a*g(x) = 0
The code is just 4 lines long, using the power of Matlab s vector operations to take the sum over the first N powers of the generalized hypergeometric series.