I don't know how to fix "Index exceeds the number of array elements (1)".

조회 수: 3 (최근 30일)
How to fix an "index exceeds the number of array elements (1) error"

채택된 답변

Walter Roberson
Walter Roberson 2021년 2월 11일
Your y0 is one number subtracted from another, not two numbers. When you want a negative number, put the negative sign immediately beside the number, 1 -1 or else use a comma between elements 1,- 1 but 1 - 1 is subtraction

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by