photo

Mingxuan Zhang


Last seen: environ 5 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
149 141
of 301 261

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 209

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 690

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
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How can I solve for this system ODEs?
I am trying to solve for Q,CA,T,Ts for this CSTR. while solving for these system odes and i can't seem to get answers simply usi...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


How do I fix the error Unable to perform assignment because the left and right sides have a different number of elements.
clear all syms e1 e2 digits(4) for i=1:100 x(i)=0.1*(100-i); j(i)=0.1*i; Yco(i)=(e1-e2)/(10+2*e1); Yh2(i)=(3*e1+e2)/(10+2...

presque 7 ans il y a | 1 réponse | 0

0

réponse

Question


How can I change this loop so that it has no errors?
syms e1 e2 digits(4) for i=1:99 x(i)=0.1*(99-i); j(i)=0.1*i; Yco=(e1-e2)/(10+2*e1); Yh2=(3*e1+e2)/(10+2*e1); Yh2o(i)=(x(i...

presque 7 ans il y a | 1 réponse | 0

1

réponse