Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Subscript indices must either be real positive integers or logicals.

1 Ansicht (letzte 30 Tage)
pamela sulis
pamela sulis am 27 Okt. 2015
Kommentiert: Stephen23 am 27 Okt. 2015
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 Kommentare
Stephen23
Stephen23 am 27 Okt. 2015
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:

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by