Ältere Kommentare anzeigen
What does dir(cd) stand for?
files = dir(cd);
1 Kommentar
Stephen23
am 28 Jul. 2023
Note that the simpler approach call only one function, not two:
files = dir('.');
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!