Problem with derivative du/dt in Simulink

조회 수: 5 (최근 30일)
ALEXIS
ALEXIS 2014년 7월 2일
편집: ALEXIS 2024년 7월 26일
Hello, i have a problem with using the derivative of the speed of a machine in Simulink. The following message pops up: Unable to reduce the step size without violating a minimum step size of 2.2250738585072014E-308 at time 1.3034180890316852E-308. The simulation parameters of my model are on the attached image. Any ideas? Thx

답변 (1개)

prabhat kumar sharma
prabhat kumar sharma 2024년 7월 26일
Hello Alexis,
This error can occur when the solver is unable to solve the equations within the step-size provided. Increasing the number of consecutive minimum steps can help the solver manage the step size more effectively.
You can follow the below steps:
  1. Open the Solver Configuration: Go to the Solver section in the Configuration Parameters dialog box.
  2. Expand Additional Options: Click on the ‘Additional options’ section to expand it.
  3. Increase Consecutive Min Steps: Look for the dialog box titled ‘Number of consecutive min steps:’ and increase the value. A good starting point might be to set it to 10 or higher, depending on your model’s requirements.
Additionally, relaxing the tolerances can also help. You can do this by:
  1. Adjusting Tolerances: In the Solver section, find the fields for Relative tolerance and Absolute tolerance. Increase these values slightly to give the solver more flexibility. For example, you might set the Relative tolerance to 1e-3 and the Absolute tolerance to 1e-6.
I hope it helps!
  댓글 수: 1
ALEXIS
ALEXIS 2024년 7월 26일
편집: ALEXIS 2024년 7월 26일
I thought this day would never come! 10 years have passed since I asked this question, 10 years I've been waiting for the answer.
Too bad I don't use Matlab anymore. But I appreciate the effort.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by