Statistiques
RANG
249 521
of 302 066
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 527
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 617
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 *...
presque 12 ans il y a | 1 réponse | 0
0
réponseHello, ı have a problem with Z factor, although ı have different Pr values which plays as a variable in finding Z factor,ı still have the same value for Z factor as 1.0001 each time .Can anyone help me ı will be grateful
yes I am also aware of this part but in reality there must be such number like Z=1.2 or 1.4 something
presque 12 ans il y a | 0
Question
Hello, ı have a problem with Z factor, although ı have different Pr values which plays as a variable in finding Z factor,ı still have the same value for Z factor as 1.0001 each time .Can anyone help me ı will be grateful
yH2S=0; yCO2 =0; yN2=0; N2=input(' N2 enter:'); CO2=input('CO2 enter:'); H2S=input('H2S enter:'); ...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
Hİ every body my question iis that when ı try to run the code it says that (Inner matrix dimensions must be agree) for frho = a * rho .^ 6 + b * rho .^ 3 + c * rho .^ 2 + d * rho + e * rho .^ 3 * (1 + f * rho .^ 2) * exp(-f * rho .^ 2) - g;
yH2S=0; yCO2 =0; yN2=0; N2=input(' N2 enter:'); CO2=input('CO2 enter:'); H2S=input('H2S enter:');...
presque 12 ans il y a | 1 réponse | 0
