Trying to plot this curve what have I done wrong?

1 visualización (últimos 30 días)
Anu Kunnath
Anu Kunnath el 24 de Nov. de 2020
Respondida: Stephan el 24 de Nov. de 2020
plot(18*sqrt(2)*(sqrt(1+1/(1+x^2)) + asin(1/(1+x^2)-pi/2)))

Respuestas (1)

Stephan
Stephan el 24 de Nov. de 2020
fun = @(x)(18*sqrt(2)*(sqrt(1+1./(1+x.^2)) + asin(1./(1+x.^2)-pi/2)))
fplot(fun)

Categorías

Más información sobre Get Started with Curve Fitting Toolbox 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