Initial step size (0.05) is larger than the maximum step size (5e-007)
2 views (last 30 days)
Show older comments
Initial step size (0.05) is larger than the maximum step size (5e-007)
Answers (1)
Jan
on 19 Oct 2013
Edited: Jan
on 19 Oct 2013
I requires a certain level of boldness to answer, what not have been asked. But the mentioned error message is clearly a result of trying to run an integration with an initial step size of 0.05, while the maximum allow step size was set to the much too small value of 5e-7. The solution is actually almost contained in the message: Increase the maximum step size to e.g. 0.1.
Please do not assume, that we have a crystal ball. The efficient answering of a question requires much more details than you have provided - most of all a question.
0 Comments
See Also
Categories
Find more on Crystals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!