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

1 回表示 (過去 30 日間)

採用された回答

Monica Roberts
Monica Roberts 2022 年 5 月 3 日
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*');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by