mathematical equation into matlab

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)

Antworten (1)

David Hill
David Hill am 6 Mai 2020

0 Stimmen

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 Kommentare

prinesh patel
prinesh patel am 7 Mai 2020
this didnt work it says unreconoized variable L
prinesh patel
prinesh patel am 7 Mai 2020
it worked later all good..thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020a

Gefragt:

am 6 Mai 2020

Kommentiert:

am 7 Mai 2020

Community Treasure Hunt

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

Start Hunting!

Translated by