photo

Esra Gungor


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
145,668
of 301,506

評判
0

コントリビューション
7 質問
0 回答

回答採用率
57.14%

獲得投票数
0

ランク
 of 21,306

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,911

コントリビューション
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年弱 前 | 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

1

回答