Afficher commentaires plus anciens
What does dir(cd) stand for?
files = dir(cd);
1 commentaire
Stephen23
le 28 Juil 2023
Note that the simpler approach call only one function, not two:
files = dir('.');
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!