Hello.
I want to solve this problem but I do not know how to write (e^).
The Equation is here:
I want to plot n(t) for [0:4] and (J/Jth)=2.48 for [1:3]
Also I do not know write code for e^(t/trb).
Thank you.
The Variables are: n0 = 1.57 * 10^12 J/Jth = 2.48 trb = 1.98 tqw = 150

 Akzeptierte Antwort

James Tursa
James Tursa am 21 Sep. 2016
Bearbeitet: James Tursa am 21 Sep. 2016

2 Stimmen

e^(whatever) is coded in MATLAB with the exp() function. E.g.,
exp(-t/trb)

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by