Which folder names are special in MATLAB?
13 ビュー (過去 30 日間)
古いコメントを表示
I know some folder like "private" and "resources", and other that use "@" for clasess and "+" for pakages. There are more?
0 件のコメント
採用された回答
Walter Roberson
2021 年 7 月 14 日
Class, package, private, and resources folders are special folders that cannot be specified explicitly as part of the search path. A special folder is added to the search path implicitly when its parent folder is specified as part of the path. To access the files and folders within a special folder, you must add its parent folder to the path.
(which implies that those are the only special folder names)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!