how do i write function sin together with square root in matlab?
Mostra commenti meno recenti
for example 2sin(square root x)-x
Risposte (1)
Voss
il 25 Apr 2022
The square root function is sqrt
2*sin(sqrt(x))-x
Categorie
Scopri di più su Newton-Raphson Method in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!