MATLAB system of ODEs

3 visualizaciones (últimos 30 días)
Filip Jackowski
Filip Jackowski el 20 de Abr. de 2019
Respondida: Star Strider el 20 de Abr. de 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?

Respuesta aceptada

Star Strider
Star Strider el 20 de Abr. de 2019

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by