Mostrar comentarios más antiguos
What does dir(cd) stand for?
files = dir(cd);
1 comentario
Stephen23
el 28 de Jul. de 2023
Note that the simpler approach call only one function, not two:
files = dir('.');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre File Operations 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!