"警告:ブロック 'test/Demux' において、ダイナミッ​クに調整された入力へ​の出力の非一様分布"​は、何ですか?

下記モデルにおいて、"警告:ブロック 'test/Demux' において、ダイナミックに調整された入力への出力の非一様分布"が表示されます。

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Oct 2023
Edited: MathWorks Support Team on 27 Oct 2023

0 votes

Demuxブロックの入力信号のサイズが3,出力信号のサイズが2の場合、それを均等に分割することはできません。
均等に分割できない場合、一番上の信号が、余分な要素を得ることになります。
そのため、上記警告が表示されます。
警告メッセージを回避する場合、Demuxブロックの「出力数」を入力信号のサイズと同じ3に設定することで、回避されます。

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Release

R2023b

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!