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

1 view (last 30 days)
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

Accepted Answer

David Hill
David Hill on 21 Sep 2019
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));

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!