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