Hello can you hel me please
Here is my script:
u=symunit;
L= input('Lenght of where you would like to measure the deflection in meter: ')*u.m
L=unitConvert(L,u.mm);
W=8500*u.N;
E=42000 *u.N/u.mm^2;
I=10*(10^6)*u.mm^4;
D=(W*L^3)/(8*E*I)
and the answer is :
D =
(53125/21)*[mm]
How can I get matlab to simplify this for me? Thanks

 Akzeptierte Antwort

madhan ravi
madhan ravi am 15 Dez. 2018

1 Stimme

D=vpa((W*L^3)/(8*E*I))

2 Kommentare

Milan Sumegi
Milan Sumegi am 15 Dez. 2018
Thank you very much ;)
madhan ravi
madhan ravi am 15 Dez. 2018
Anytime :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by