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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

David Hill
David Hill il 21 Set 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));

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by