how do i write function sin together with square root in matlab?
Afficher commentaires plus anciens
for example 2sin(square root x)-x
Réponses (1)
Voss
le 25 Avr 2022
The square root function is sqrt
2*sin(sqrt(x))-x
Catégories
En savoir plus sur Newton-Raphson Method dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!