Invalid setting for input port dimensions of 'induction/Demux'. The dimensions are being set to 1. This is not valid because the total number of input and output elements are not the same

7 ビュー (過去 30 日間)
hi I am getting errors in induction motor model which is In below desisn.i e
Invalid setting for input port dimensions of 'induction/Demux'. The dimensions are being set to 1. This is not valid because the total number of input and output elements are not the same
Error in port widths or dimensions. Output port 2 of 'induction/Model' is a one dimensional vector with 1 elements
  2 件のコメント
Sivan Lai
Sivan Lai 2020 年 4 月 13 日
Did you solve this problem?
Alexander Wireko-Brobby
Alexander Wireko-Brobby 2022 年 2 月 5 日
Did anyone solve this problem. I am running into the same in the simulation using the interpreted matlab function block and don't understand the error message

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 2 月 5 日
移動済み: Joel Van Sickel 2023 年 4 月 27 日
The "is" output of the model feeds into a demux that expects it to be length 2. However the model thinks that the output "is" is only length 1. You need to track back through the model to figure out why the output is length 1 instead of length 2.

カテゴリ

Help Center および File ExchangeMotor Drives についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by