Initial step size (0.05) is larger than the maximum step size (5e-007)
조회 수: 2 (최근 30일)
이전 댓글 표시
Initial step size (0.05) is larger than the maximum step size (5e-007)
답변 (1개)
Jan
2013년 10월 19일
편집: Jan
2013년 10월 19일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Crystals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!