Community Profile

photo

Hakki


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I need to convert this code(excell) to matlab language help?
Function ZFactor(Tr, Pr) a = 0.064225133 b = 0.53530771 * Tr - 0.61232032 c = 0.31506237 * Tr - 1.0467099...

9 years ago | 1 answer | 0

1

answer

Question


Hi everyone , my question is that I have a for loop and ı want to do that when test >0.0001 update rhoold=rho if test <0.0001 find z factor.I couldnt update rhoold
rho = 0.27 * Pr / Tr ; rhoold = rho; for i = 1:100 frho = a * rho .^ 6 + b * rho .^ 3 + c *...

9 years ago | 0 answers | 0

0

answers

3

answers