please give me mat-lab code for these following expression
2 次查看(过去 30 天)
显示 更早的评论
this expression is useful for determining brake force relation with the performance parameter.
采纳的回答
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
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 Center 和 File Exchange 中查找有关 Gain Scheduling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!