Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
access lines of a system of differential equations separately.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
If I have a system of differential equations (lets call it DE),
Then how can I access line 1 or 2 of the system separately?
for example
syms u(t) v(t)
eqn=[diff(u)==t;diff(v)==t^t];
How can I access to the first or the second line of this system of ode's?
1 comentario
Mischa Kim
el 26 de Oct. de 2016
What exactly are you trying to do? I am asking because there might be more effective ways to set up and solve the problem.
Respuestas (0)
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!