Effacer les filtres
Effacer les filtres

Which folder names are special in MATLAB?

4 vues (au cours des 30 derniers jours)
brayantz
brayantz le 14 Juil 2021
I know some folder like "private" and "resources", and other that use "@" for clasess and "+" for pakages. There are more?

Réponse acceptée

Walter Roberson
Walter Roberson le 14 Juil 2021
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)

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by