photo

Abdelrahman Eldaly


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
150,172
of 301,436

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,278

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,540

贡献数
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...

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

2

个回答