필터 지우기
필터 지우기

How can I fix the error:Subscript indices must either be real positive integers or logicals of the code given below

조회 수: 2 (최근 30일)
if i<=a && x<b
Data_tx(i)=1+[(a-i)*x+(a+i+1)*(a-i)*r/2]/(i*r+x);
elseif i<=a-1 && x<=r
Data_tx(i)=1+[(a-i-1)*x+(a-i-1)*(a+i)*r/2]/(i*r+x);
end

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 3일
Check your indices, In Matlab the indices should be positive integers, or logical

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by