Solving ODE and plot solutions.

1 visualización (últimos 30 días)
Yat Sheng Kong
Yat Sheng Kong el 28 de Mayo de 2020
Comentada: Ameer Hamza el 28 de Mayo de 2020
Hi everyone,
I want to solve this linear ODE and plot a solution for the condition below:
Here is what I try to do but I cannot get the plot.
syms E(t) C(t)
A = 1.1;
V = 1.1;
Q = 1.1;
ode = diff(C) == (A*E(t) - Q*C)/V;
cond = C(0) == 0
S = dsolve(ode,cond)
ezplot(S(1))
Thanks for your help
  1 comentario
Ameer Hamza
Ameer Hamza el 28 de Mayo de 2020
What is the equation for E(t)?

Iniciar sesión para comentar.

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