統計
MATLAB Answers
2 質問
0 回答
ランク
of 176,196
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
