How can i find the solution of the equation when the R.H.S also contains the unknown??
Afficher commentaires plus anciens
I have this eqaution that need to be plotted between s_y and beta. But the problem is that, the R.H.S also contains the quantity beta but under a different math term. This is the eqation:
beta=acosd((((R^2-((R*u*sin(beta))/(R-d))^2)^0.5*(R-d))/(R*u))-(s_y/u));
Except for Beta, all the values are known and s_y has been defined as
s_y=0:0.1:35;
How can i do this?? meaning, how can i solve for beta? am new to matlab and just learning the basics. So if anybody is able to help me with this,I ll be grateful.....
3 commentaires
Image Analyst
le 23 Avr 2013
Modifié(e) : Image Analyst
le 23 Avr 2013
And what's R, d, and u?
Walter Roberson
le 23 Avr 2013
Are you sure? You are using acosd() implying that beta is in degrees, but you use sin(beta) implying that beta is in radians.
Naveen Ramesh
le 24 Avr 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!