programming and plot equarion

 Accepted Answer

Torsten
Torsten on 18 Oct 2022
Edited: Torsten on 18 Oct 2022
z = -5:0.01:5;
f = 2*z/sqrt(pi).*hypergeom(0.5,1.5,-z.^2);
plot(z,f)

3 Comments

thanks alot
kindly i need program and plot for this equation also
And what's the problem ?

Sign in to comment.

More Answers (0)

Tags

Asked:

on 18 Oct 2022

Commented:

on 18 Oct 2022

Community Treasure Hunt

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

Start Hunting!