photo

Hakki


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
147,014
of 301,432

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

11 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 *...

11 years ago | 0 answers | 0

0

answers

3

answers