how do i write function sin together with square root in matlab?
Show older comments
for example 2sin(square root x)-x
Answers (1)
Voss
on 25 Apr 2022
The square root function is sqrt
2*sin(sqrt(x))-x
Categories
Find more on Newton-Raphson Method in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!