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

 채택된 답변

James Tursa
James Tursa 2016년 9월 21일
편집: James Tursa 2016년 9월 21일

2 개 추천

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

추가 답변 (0개)

카테고리

태그

질문:

2016년 9월 21일

편집:

2016년 9월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by