Forcing fsolve to be positive
2 views (last 30 days)
Show older comments
ire = fsolve(@(re) Pgls(P,BV0,FROE,B,re),re0);
is their a way to force fsolve to return a positive ire?
0 Comments
Accepted Answer
Torsten
on 23 Jun 2016
Insert re^2 instead of re in your equation. When fsolve has finished, take the square root of the value returned.
Best wishes
Torsten.
0 Comments
See Also
Categories
Find more on Get Started with MATLAB 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!