How to set Matlab do display all calculation results?

12 views (last 30 days)
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

Answers (2)

Babak
Babak on 6 May 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 on 8 May 2013
Go to preferences->Command Window->Number of lines in command window
And increase the value

Community Treasure Hunt

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

Start Hunting!