I am getting index exceeds the number of array elements. index mustr not exceed ). error
7 次查看(过去 30 天)
显示 更早的评论

0 个评论
采纳的回答
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 Exchange 中查找有关 Filename Construction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!