Antworten (1)

Torsten
Torsten am 8 Dez. 2022

0 Stimmen

If T is an array of multiple temperatures, you have to use elementwise division:
k = k0 * exp((-Q) ./ (R*T))
instead of
k = k0 * exp((-Q)/(R*T))

Kategorien

Mehr zu Trigonometry finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 8 Dez. 2022

Beantwortet:

am 8 Dez. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by