![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32832667_1706595468449_DEF.jpg)
Ramesh
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
dTdt=−k(T−Ta) k=0.4,Ta=25∘, initial condition T(0)=T0=75∘C .how to solve using ode45 and report the temperature obtained at times t=1,2,3 and 4 . report T(1.0)
ORIGINAL: dTdt=−k(T−Ta) k=0.4,Ta=25∘C, k=0.4,Ta=25° and the initial condition T(0)=T0=75∘ The true solution of the ODE is ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to solve this function?
function rate=ptMech(C,T,par) % Obtain the parameter values A=par.A; E=par.E; b=par.b; R=8.314; % Compute k k=A*exp(-E/...
約1年 前 | 1 件の回答 | 0
1
回答質問
Minimum value from a vector for x in the range: x= [-4:0.5:4]; Calculate f(x)=x2+1.3x+2.
How to solve this?
約1年 前 | 1 件の回答 | 0