Show older comments
What does dir(cd) stand for?
files = dir(cd);
1 Comment
Stephen23
on 28 Jul 2023
Note that the simpler approach call only one function, not two:
files = dir('.');
Accepted Answer
More Answers (0)
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!