dir(cd)
古いコメントを表示
What does dir(cd) stand for?
files = dir(cd);
1 件のコメント
Stephen23
2023 年 7 月 28 日
Note that the simpler approach call only one function, not two:
files = dir('.');
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!