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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by