MATLAB system of ODEs

3 views (last 30 days)
Filip Jackowski
Filip Jackowski on 20 Apr 2019
Answered: Star Strider on 20 Apr 2019
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?

Accepted Answer

Star Strider
Star Strider on 20 Apr 2019

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!