how do i write function sin together with square root in matlab?
Mostrar comentarios más antiguos
for example 2sin(square root x)-x
Respuestas (1)
Voss
el 25 de Abr. de 2022
The square root function is sqrt
2*sin(sqrt(x))-x
Categorías
Más información sobre Newton-Raphson Method en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!