How to set Matlab do display all calculation results?

11 visualizaciones (últimos 30 días)
Daniyar
Daniyar el 6 de Mayo de 2013
Hi,
How can I set Matlab to display all the calculation results?
I am solving the system of ODEs with large spatial variable and time step distribution. If I set total time to 100 with time step of 1 only the results starting from t=50 are displayed.
How to fix it?
Thanks

Respuestas (2)

Babak
Babak el 6 de Mayo de 2013
When the plotted data does not correspond to the whole "time span", it is usually because of that the time span is too large in comparison to the time step. So the ratio of timespan to timestep is large. Reducing it will show you more in the scope.
What do you mean by "spatial variable"? Are you solving a PDE that you have space variable? an ODE only has temporal variable and no spatial is involved.

Maikel
Maikel el 8 de Mayo de 2013
Go to preferences->Command Window->Number of lines in command window
And increase the value

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by