MATLAB system of ODEs

3 ビュー (過去 30 日間)
Filip Jackowski
Filip Jackowski 2019 年 4 月 20 日
回答済み: Star Strider 2019 年 4 月 20 日
dC/dt = (-exp((-10/(T+273)))*C
dT/dt = 1000*(exp((-10)/(T+273))*C-10*(T-20)
% Describe how C and T change for initial conditions of T=15 when C=1.
% Find C and T as a function of time.
% Plot the results on a single figure (would use two separate y-axes)
% Apologize for the formatting errors, but could someone help me write a script to perform these actions?

採用された回答

Star Strider
Star Strider 2019 年 4 月 20 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by