Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Subscript indices must either be real positive integers or logicals.

1 回表示 (過去 30 日間)
pamela sulis
pamela sulis 2015 年 10 月 27 日
コメント済み: Stephen23 2015 年 10 月 27 日
This code
for i=1:length(StayCell)
if(StayCell(i,2:7)==0)
StayCell(i,:)=[];
end
StayCell(i,:)=StayCell(StayCell(i,:));
end
generates this error 'Subscript indices must either be real positive integers or logicals.', can you help me? thanks
  2 件のコメント
pamela sulis
pamela sulis 2015 年 10 月 27 日
how can I modified the code?
Stephen23
Stephen23 2015 年 10 月 27 日
Please stop posting duplicate questions, it makes it more difficult for us to help you. I have answered your other (almost) identical question on this topic:

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by