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