Feeds
질문
how can i find the y value in the script file versus the x value in the graph?
how can i find the y value in the script file versus the x value in the graph?
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
how can i solve this problem related to pssh?
function xd=pssh(t,c) k1=10^(-8); k2=10^(-16); k3=5*10^(-10); k4=10^(-11); r1=k1*c(1,:); r2=k2*c(1,:)*c(3,:)...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I solve ode?
function dx=membrane(W,x) k1c=2; Kc1=0.2; k2d=0.4; k3e=400; wf=100; alfa=0.008; kb=1; ca0=0.6; fa0=...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
how can I solve this equation 'tc = (1/k)*((2^(1-alfa))-(ca.^(1-alfa)))/(1-alfa)' by using nonlinear least squares?
t=[0 5 9 15 22 30 40 60]; >> ca=[2 1.6 1.35 1.1 0.87 0.7 0.53 0.35]; >>
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
how can ı solve these equations?
function dc=pbr(w,c) dc=zeros(2,1); Cao=0.0454; Fao=13.2; R=0.082; T=443; k=1.74; teta=2.0303; eps=-0....
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
How can I solve this ODE system?
function dxt=convrs(t,X) T=300; Kc=1.08; k=9*10^(-5); V=200; vo=0.05; Cao=7.72; Cbo=10.93; Nao=Cao*V; Fbo=Cbo*vo; Nbi=...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
How can I plot this equation(' Xe=(Kc*(1+(Fbo.*t/Nao))-((((Kc*(1+(Fbo.*t/Nao))).^2)-(4*(Kc-1)*Kc(Fbo.*t/Nao))).^(1/2)))/(2*(Kc-1))') in MATLAB?
T=300; %Temperature (K) Kc=1.08; %Equilibrium Constant k=9*10^(-5); %Specific Reaction Rate (dm^3/mol*s) V=200; %İnitial volu...
대략 9년 전 | 답변 수: 1 | 0

