programming and plot equarion

1 visualizzazione (ultimi 30 giorni)
sura
sura il 18 Ott 2022
Commentato: Torsten il 18 Ott 2022
kindly i need program and plot for this equation

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by