please give me mat-lab code for these following expression

1 view (last 30 days)
this expression is useful for determining brake force relation with the performance parameter.
  3 Comments
AMIT CHITTORA
AMIT CHITTORA on 4 Jun 2018
Both the equations are same. Please give me code of first equation.

Sign in to comment.

Accepted Answer

Paridhi Yadav
Paridhi Yadav on 4 Jun 2018
Edited: Paridhi Yadav on 4 Jun 2018
f_u2 = 0.5*(G/hg*(sqrt(b + (4*hg*l*f_ul/G)) - (G*b/hg + 2*f_ul)))

More Answers (1)

Ankita Bansal
Ankita Bansal on 4 Jun 2018
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))

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!