Forcing fsolve to be positive
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
ire = fsolve(@(re) Pgls(P,BV0,FROE,B,re),re0);
is their a way to force fsolve to return a positive ire?
0 Commenti
Risposta accettata
  Torsten
      
      
 il 23 Giu 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 Commenti
Vedere anche
Categorie
				Scopri di più su Assembly in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!