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

7 次查看(过去 30 天)
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

回答(1 个)

Bhaskar R
Bhaskar R 2019-11-6
Here is your equation
P = 0.61121*exp((18.678-T/234.5).*(T./(257.14+T)));
  1 个评论
Sophie Stringer
Sophie Stringer 2019-11-6
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....

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by