Borrar filtros
Borrar filtros

programming and plot equarion

2 visualizaciones (últimos 30 días)
sura
sura el 18 de Oct. de 2022
Comentada: Torsten el 18 de Oct. de 2022
kindly i need program and plot for this equation

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by