Feeds
질문
Error using surf (line 71) Data dimensions must agree.. How to rectify this error.
tspan = [t_sr t_ss]; y=zeros(2,m); y0 = [T_amb(1); T_amb(1)]; [t,y] = ode15s(@(t,y) odefcn(t,y,T_amb), tspan, y0); figure ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to solve to get temperature profile of T_go and T_pousing ode45 solver
A*(dT_go/dt)==(B*T_go)+(C*T_po)+(D*(T_po^4-T_go^4))-------(1) E*(dT_po/dt)==(F*T_po)+(G*T_go)+(D*(T_go^4-T_po^4))-------(1) ...
5년 초과 전 | 답변 수: 1 | 0
