フィルターのクリア

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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by