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 Center および File ExchangeSignal Generation and Preprocessing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by