How would I convert this equation to code? My likely flawed coding is below. Thanks!

1 次查看(过去 30 天)
a347ed7b01c9d38a2a23e4627b23c7f1.png
Es=Eo*exp(LaHeEv/GaCoPuWaVa(1/ToConstant-1/T))
These are my variables and here is my error recieved:
221f0a1453cd9c68bcbafe8b8864203d.png
05febca7f229018abb8cf19475b92a28.png

采纳的回答

David Hill
David Hill 2019-9-21
Assuming L and T are vector arrays of equal length and all others are defined constants.
es=e0*exp((L/rv).*(1/t0 - 1./T));

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by