Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Help me to sort out this problem.

1 visualización (últimos 30 días)
Zaigham Abbas
Zaigham Abbas el 21 de Feb. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am facing this problem continously, how to sort out this issueError.jpg
  2 comentarios
madhan ravi
madhan ravi el 21 de Feb. de 2019
upload your code instead of a picture with Input_Vector
Omer Yasin Birey
Omer Yasin Birey el 21 de Feb. de 2019
Simply, Input_Vector does not have 16 elements in it. It is higher or lower than this.

Respuestas (1)

Omer Yasin Birey
Omer Yasin Birey el 21 de Feb. de 2019
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);

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by