How to determine unknown value from an equation

1 次查看(过去 30 天)
Power_roadatmaxspeed=((2.73*C_r*m)+(0.0126*C_d*a*S^2))*S
The above written is my equation. I have given values for C_r, m ,C_d , a initially as they are given data of a vehicle .I found the Power_roadatmaxspeed now. So I want to find S. How to determine through matlab ?

采纳的回答

Matt J
Matt J 2019-10-4
编辑:Matt J 2019-10-4
It's a cubic polynomial, so you can use roots().

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by