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 件のコメント
採用された回答
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!