Borrar filtros
Borrar filtros

please give me mat-lab code for these following expression

1 visualización (últimos 30 días)
this expression is useful for determining brake force relation with the performance parameter.
  3 comentarios
AMIT CHITTORA
AMIT CHITTORA el 4 de Jun. de 2018
Both the equations are same. Please give me code of first equation.

Iniciar sesión para comentar.

Respuesta aceptada

Paridhi Yadav
Paridhi Yadav el 4 de Jun. de 2018
Editada: Paridhi Yadav el 4 de Jun. de 2018
f_u2 = 0.5*(G/hg*(sqrt(b + (4*hg*l*f_ul/G)) - (G*b/hg + 2*f_ul)))

Más respuestas (1)

Ankita Bansal
Ankita Bansal el 4 de Jun. de 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))

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by