square root on an interval

2 vues (au cours des 30 derniers jours)
Jens Petit-jean
Jens Petit-jean le 8 Nov 2020
Commenté : Ameer Hamza le 8 Nov 2020
how to make a figure of the square root on the interval [0,2]. The figure should be smooth, not angular?

Réponses (1)

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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by