Index exceeds the number of array elements. Index must not exceed 0.

31 visualizaciones (últimos 30 días)
Hi Everyone,
I am trying to run a loop but it gave me this error at a certain point. How can I solve it please?
Index exceeds the number of array elements. Index must not exceed 0.
Error in tracking_Phasics_rev7_20x_BTK (line 97)
filelist = dir([froot, fstart, 'Pos', char(LocList(Loc)), '_*', fext]);
Error in f2_RunTrackingCodeScript_20x_honey (line 16)
tracking_Phasics_rev7_20x_BTK(FRoot{dd}, fstart); %Use rev2 for 40, rev1 for 120 images rev3 for colonies, rev4 for 48 images colonies, rev5 for 114
>>
  3 comentarios
Walter Roberson
Walter Roberson el 1 de Oct. de 2022
We would need to see more of the code

Iniciar sesión para comentar.

Respuestas (1)

Apeksha Bagrecha
Apeksha Bagrecha el 3 de Oct. de 2022
From the error message "Index exceeds the number of array element (0)", it seems that target PC settings are corrupted. Execute the below command in the command window:
>> slrtprefdir
Please navigate to the directory and delete all the contents in that specific folder. Then, please restart MATLAB. This specific procedure will clear out your SLRT preferences and you need to set up the target properties again, but this should most likely resolve the issue.
  1 comentario
Walter Roberson
Walter Roberson el 3 de Oct. de 2022
I don't think this is appropriate in the current situation.
In the context of the code, there are two possibilities:
  1. That LocList might be empty, so LocList(loc) would fail ; OR
  2. that LocList(loc) might be find, and the creation of the character vector [] might be fine, but that dir had previously been assigned to be an empty array instead of being a MATLAB function call at that point in the code.
Corrupted preferences are unlikely to be relevant for either of those possibilities.

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by