photo

Hou X.Y


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
207 064
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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) = ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 3 ans il y a | 2 réponses | 0

2

réponses