Error in the total number of file count
Mostrar comentarios más antiguos
Hello everyone!
I need to make the dicom file count in a directory and i try the following code:
dirname = uigetdir([]);
d = dir([dirname, '\*.dcm']);
but always gives me the error
" Index exceeds matrix dimensions."
Anyone know how i can fix it?
Thanks
Respuesta aceptada
Más respuestas (1)
Nuno
el 28 de Mayo de 2015
0 votos
Categorías
Más información sobre Search Path en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!