Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e76e65ee authored by POLYAKOV Andrey's avatar POLYAKOV Andrey
Browse files

Update c_hpc.m

parent ba6dbdcc
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ hn=hnorm(x,Gd,P);
if hn^(-mu)>-mu*rho*h*n-tol
F0=A+B*(K0+K)+rho*Gd;
s=log(1+mu*rho*h*n*hn^mu)/(rho*mu);
Q=expm(rho*Gd*log(hn))*expm(-rho*Gd*s)*expm(F0*s)*expm(-rho*Gd*log(hn));
Q=expm(Gd*log(hn))*expm(-rho*Gd*s)*expm(F0*s)*expm(-Gd*log(hn));
else Q=zeros(size(A));
end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment