Using an equation to calculate value for each number in data set

6 Ansichten (letzte 30 Tage)
Sophie Stringer
Sophie Stringer am 6 Nov. 2019
Kommentiert: Sophie Stringer am 6 Nov. 2019
Hi there,
I have a data set with 122736 x 1 values. I have an equation I want to apply to each value in the data set, to get a new variable of 122736 x 1, but representing a different term.
The equation is attached below.
So the data set I have is my T value. And the new data set I want to create will be the P value.
Any suggestions is be greatly appreciated.
Thank you :) Screen Shot 2019-11-06 at 6.01.46 pm.png

Antworten (1)

Bhaskar R
Bhaskar R am 6 Nov. 2019
Here is your equation
P = 0.61121*exp((18.678-T/234.5).*(T./(257.14+T)));
  1 Kommentar
Sophie Stringer
Sophie Stringer am 6 Nov. 2019
Hi Bhaskar,
Thank you for the reply. I was more wondering how to apply the equation to each number in my data set, creating a new data set with the answers. I was thinking some sort of loop function would do it....

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by