Help me to sort out this problem.

I am facing this problem continously, how to sort out this issueError.jpg

2 Commenti

upload your code instead of a picture with Input_Vector
Simply, Input_Vector does not have 16 elements in it. It is higher or lower than this.

Risposte (1)

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);

Questa domanda è chiusa.

Tag

Richiesto:

il 21 Feb 2019

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by