I am getting index exceeds the number of array elements. index mustr not exceed ). error

1 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

Monica Roberts
Monica Roberts am 3 Mai 2022
cF is empty, so cF(1) is giving you this error.
The issue is that the dir command is looking for the folder "OS105" but you're already in that folder. Try instead:
cF = dir('CTDdata*');

Weitere Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by