photo

Abdelrahman Eldaly


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
1 回答

ランク
202,308
of 301,716

評判
0

コントリビューション
4 質問
1 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,398

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,227

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Solve system of nonlinear equations
I want to solve these equations with T2, T3, T4, T5 unknowns. all the other variables is predefined syms T2 T3 T4 T5 eqn1=((T...

5年弱 前 | 0 件の回答 | 0

0

回答

回答済み
ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
it should appear like this. where is the error T=2146; a=(101.325/(8.314*T))*10^-3; o2=16.8*a; n2=717*a; o=0.245*a; h2o=1...

6年弱 前 | 0

質問


ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
this is my code syms no(k1,k2,k3,k_1,k_2,k_3,o2,n2,o,h2o,oh,h,t) n=(k1*o*n2+k_2*no*o+k_3*no*h)/(k_1*no+k2*o2+k3*oh); eqn1=k1*...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Index in position 2 exceeds array bounds (must not exceed 6). heat transfer PDE finite difference
I am trying to solve this PDE with finite difference with boundry conditions x=1,T=0 ' x=0,dT/dx=0 ' y=0,dT/dy=0 ' y=1, dT/dy=-...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Calculate area between unknown curve and straight line
How can I calculate areas between these unknown curve and line, see image. The line is not zero. How can I use trapz in this c...

7年弱 前 | 2 件の回答 | 0

2

回答