How to find unknown in a equation using fsolve or any other method.
Show older comments
How to find unknown in a equation using fsolve or any other method.
Answers (1)
x=fsolve(@yourfunction,x0...);
Categories
Find more on Physics 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!