Clear Filters
Clear Filters

Can MATLAB plot hypergeometric functions?

5 views (last 30 days)
I am wondering if MATLAB is able to plot hypergeometric functions like 2_F_1 (a,b;c;d).
I basically need to plot (2/3)*2_F_1(3/4,beta;7/4;x) for -1 \leq x < 1 for beta = 1/2, 1, 3/2, with the three curves on the same plot.

Answers (1)

Star Strider
Star Strider on 3 Oct 2023
I do not understand what you need to plot because I do not understand your notation, however the Statistics and Machine Learning Toolbox hygepdf function (and its friends) and the Symbolic Math Toolbox hypergeom functions are available. They have all been available for at least the last 17 years.

Categories

Find more on Two y-axis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!