I am getting index exceeds the number of array elements. index mustr not exceed ). error
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ollie Middlebrook
el 3 de Mayo de 2022
Comentada: Ollie Middlebrook
el 3 de Mayo de 2022
0 comentarios
Respuesta aceptada
Monica Roberts
el 3 de Mayo de 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*');
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!