Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Help me to sort out this problem.

1 回表示 (過去 30 日間)
Zaigham Abbas
Zaigham Abbas 2019 年 2 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am facing this problem continously, how to sort out this issueError.jpg
  2 件のコメント
madhan ravi
madhan ravi 2019 年 2 月 21 日
upload your code instead of a picture with Input_Vector
Omer Yasin Birey
Omer Yasin Birey 2019 年 2 月 21 日
Simply, Input_Vector does not have 16 elements in it. It is higher or lower than this.

回答 (1 件)

Omer Yasin Birey
Omer Yasin Birey 2019 年 2 月 21 日
No_of_Load_Hours = 4;
No_of_Units = numel(Input_Vector)/No_of_Load_Hours;
Input_Discharges = reshape(Input_Vector,No_of_Load_Hours,No_of_Units);

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by