Error using / .

Respuestas (1)

Torsten
Torsten el 8 de Dic. de 2022

0 votos

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))

Categorías

Más información sobre Trigonometry en Centro de ayuda y File Exchange.

Preguntada:

el 8 de Dic. de 2022

Respondida:

el 8 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by