필터 지우기
필터 지우기

ui(1) is defined but "Index exceeds the number of array elements (1)." still pops up for i=2:

조회 수: 1 (최근 30일)
Error "Index exceeds the number of array elements (1)." in line 29. This is for i=2:m-2 so ui(i-1) first refers to ui(1), which was defined in line 25. Why is there still an error?

채택된 답변

Walter Roberson
Walter Roberson 2021년 1월 29일
in line 30, you overwrite all of ui with a scalar value.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by