programming and plot equarion

4 vues (au cours des 30 derniers jours)
sura
sura le 18 Oct 2022
Commenté : Torsten le 18 Oct 2022
kindly i need program and plot for this equation

Réponse acceptée

Torsten
Torsten le 18 Oct 2022
Modifié(e) : Torsten le 18 Oct 2022
z = -5:0.01:5;
f = 2*z/sqrt(pi).*hypergeom(0.5,1.5,-z.^2);
plot(z,f)
  3 commentaires
sura
sura le 18 Oct 2022
kindly i need program and plot for this equation also
Torsten
Torsten le 18 Oct 2022
And what's the problem ?

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by