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

31 Ansichten (letzte 30 Tage)
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 Kommentare

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Apeksha Bagrecha
Apeksha Bagrecha am 3 Okt. 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 Kommentar
Walter Roberson
Walter Roberson am 3 Okt. 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by