How to find unknown in a equation using fsolve or any other method.

3 views (last 30 days)
How to find unknown in a equation using fsolve or any other method.

Answers (1)

Matt J
Matt J on 24 Sep 2015
Edited: Matt J on 24 Sep 2015
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!