photo

Hou X.Y


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
159,541
of 299,737

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to Replace Derivative Terms in Equations
clc,clear %已知氢气在空气中浓度达到4.0%~75.6%就会爆炸 %假设初始条件:t = 0; H2 : O2 : N2 = 0.1 : 0.198 : 0.702 c = sym('c',[3,1]);%the units of conc...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Why ode45 returns NaN for a system of differential equations?
clc,clear; R = 8.314; g = 9.8; N = 10; name = {'n2';'o2';'ar';'h2o';'h2o';'co2';'co';'so2';'o3';'no2';'c6h6'}; Mi(1) = 14.0...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to set the number of independent variables of differential equations automatically?
clc,clear; R = 8.314; g = 9.8; N = input('species number:'); for i = 1:N name{i} = input('species:','s'); Mi(i) = ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Can the equations in the differential equation group be represented by symbols when matlab ode solves the differential equation group ?
main function: function dcdzh2h2sco2_centri = dcdzh2h2sco2_centri(z,c) R = 8.314; g = 1000; Mi_h2s = 34; Mi_co2 = 44; Mi_c...

3 years 前 | 2 个回答 | 0

2

个回答