mathematical equation into matlab

1 回表示 (過去 30 日間)
prinesh patel
prinesh patel 2020 年 5 月 6 日
コメント済み: prinesh patel 2020 年 5 月 7 日
how can i get the following equation in matlab with given values of variable.
t = (2L^2)/(5l^2 H^2 √2g){H^(5/2)}
i need to find value of (t)
i have values of (L,l,H)

回答 (1 件)

David Hill
David Hill 2020 年 5 月 6 日
t = (2*L.^2)./(5*I.^2.*H.^2*sqrt(2*g)).*H^(5/2);%assuming I, L, H are same size arrays and g is scalar
  2 件のコメント
prinesh patel
prinesh patel 2020 年 5 月 7 日
this didnt work it says unreconoized variable L
prinesh patel
prinesh patel 2020 年 5 月 7 日
it worked later all good..thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by