Turn Off Simulink Warning for Transport Delay Time Shorter than Fixed Time Step

I'm running a Simulink model with a fixed-step integrator with a continuous transport delay block with a delay time smaller than the fixed time step. How can I turn off the warning message "Warning: The specified delay time ... is smaller than the step size for the fixed-step solver." ?

 채택된 답변

Here is the solution:
>> warning off Simulink:blocks:TDelayTimeTooSmall

추가 답변 (2개)

warning off %Might work but don't forget to turn it on again later
Guy Rouleau
Guy Rouleau 2011년 6월 24일
I would recommend to reconsider your design and not use a delay smaller than the time step. There is a reason why this warning is displayed.

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

태그

질문:

bob
2011년 6월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by