Why matlab not simplify my answer?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Milan Sumegi
am 15 Dez. 2018
Kommentiert: madhan ravi
am 15 Dez. 2018
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
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Signal Generation and Preprocessing 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!