please give me mat-lab code for these following expression

1 次查看(过去 30 天)
this expression is useful for determining brake force relation with the performance parameter.
  3 个评论
AMIT CHITTORA
AMIT CHITTORA 2018-6-4
Both the equations are same. Please give me code of first equation.

请先登录,再进行评论。

采纳的回答

Paridhi Yadav
Paridhi Yadav 2018-6-4
编辑:Paridhi Yadav 2018-6-4
f_u2 = 0.5*(G/hg*(sqrt(b + (4*hg*l*f_ul/G)) - (G*b/hg + 2*f_ul)))

更多回答(1 个)

Ankita Bansal
Ankita Bansal 2018-6-4
Hi Amit, you can use sym function available in matlab and write the equation.
syms Fmu2 G hg b L Fmu1
Fmu2=1/2*((G/hg)*sqrt(b+(4*hg*L*Fmu1/G))-((G*b/hg)+2*Fmu1))

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品


版本

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by