Why matlab not simplify my answer?

조회 수: 1 (최근 30일)
Milan Sumegi
Milan Sumegi 2018년 12월 15일
댓글: madhan ravi 2018년 12월 15일
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

채택된 답변

madhan ravi
madhan ravi 2018년 12월 15일
D=vpa((W*L^3)/(8*E*I))
  댓글 수: 2
Milan Sumegi
Milan Sumegi 2018년 12월 15일
Thank you very much ;)
madhan ravi
madhan ravi 2018년 12월 15일
Anytime :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by