Feeds
질문
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...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 7년 전 | 답변 수: 1 | 0

