Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I have solved an ode using ode45. The solution is correct but when I try to use the solution on other functions the program only takes the initial conditions.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
My code is attached. It runs but the temperature plot is wrong. Can someone tell me how to fix this?
1 comentario
Walter Roberson
el 26 de Nov. de 2016
Undefined function or variable ao in
Aavg=@ (t,a) a(1)*A1+a(2)*A2+(ao(a))*A0; %Average planetary albedo
Reminder: we do not know what the temperature plot should look like, so it would help if you posted an example of what you are hoping for, or describe what difference you observe.
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!