please give me mat-lab code for these following expression
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AMIT CHITTORA
am 2 Jun. 2018
Kommentiert: AMIT CHITTORA
am 4 Jun. 2018
this expression is useful for determining brake force relation with the performance parameter.
3 Kommentare
Akzeptierte Antwort
Paridhi Yadav
am 4 Jun. 2018
Bearbeitet: Paridhi Yadav
am 4 Jun. 2018
f_u2 = 0.5*(G/hg*(sqrt(b + (4*hg*l*f_ul/G)) - (G*b/hg + 2*f_ul)))
Weitere Antworten (1)
Ankita Bansal
am 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))
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!