Borrar filtros
Borrar filtros

square root on an interval

1 visualización (últimos 30 días)
Jens Petit-jean
Jens Petit-jean el 8 de Nov. de 2020
Comentada: Ameer Hamza el 8 de Nov. de 2020
how to make a figure of the square root on the interval [0,2]. The figure should be smooth, not angular?

Respuestas (1)

Ameer Hamza
Ameer Hamza el 8 de Nov. de 2020
One way is to use fplot()
f = @(x) sqrt(x)
fplot(f, [0 2])
  4 comentarios
Jens Petit-jean
Jens Petit-jean el 8 de Nov. de 2020
okay thank you very much!
Ameer Hamza
Ameer Hamza el 8 de Nov. de 2020
I am glad to be of help!!!

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by