필터 지우기
필터 지우기

how to solve this problem?

조회 수: 14 (최근 30일)
nur
nur 2014년 5월 5일
댓글: Walter Roberson 2021년 6월 23일
most of the time, when i try to running my matlab simulink design.. this appear..
Warning: Using a default value of 0.2 for maximum step size. The simulation step size will be equal to or less than this value. You can disable this diagnostic by setting 'Automatic solver parameter selection' diagnostic to 'none' in the Diagnostics page of the configuration parameters dialog
how to solve this problem??

채택된 답변

Walter Roberson
Walter Roberson 2014년 5월 5일
You can configure the step size yourself, or you can go to the Diagnostics page of the configuration parameters dialog and set 'Automatic solver parameter selection' to 'none' to turn off the warning.
  댓글 수: 5
dhaval popat
dhaval popat 2021년 6월 23일
of configuration parameter
Walter Roberson
Walter Roberson 2021년 6월 23일
In the Simulink main window, choose the Modeling tab.
Click on Model Explorer, to open the Model Explorer window.
On the left side of that window, click on your model name to expand the node.
Click on Configurations.
In the middle window, double-click on Configuration (Active)
In the right hand window, beside the Name: field, click Open. You will now have the Configuration Parameters window such as @Chandrasekhar showed above.
On the left side of that, click on Diagnostics.
On the right hand side, click on the drop-down for Automatic solver parameter selection, and select "none"
OR, instead of just turning off the message, when you get the Configuration Parameters window,
On the left side, click on Solver.
On the right side, click on Solver details
Fill in a numeric value for Max step size:, replacing auto
Or you could change the Solver selection to Fixed-step, as none of the Fixed Step solver possibilities have a Max step size option, and therefore you would get rid of the warning (though you might get a different warning if you do not fill in Fixed-step size in such a case.)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Configure Simulation Conditions에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by