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

조회 수: 7 (최근 30일)
Sophie Stringer
Sophie Stringer 2019년 11월 6일
댓글: Sophie Stringer 2019년 11월 6일
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