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

9 views (last 30 days)
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

Answers (1)

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

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!