photo

Esra Gungor


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
145,719
of 301,552

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,321

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,320

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答