필터 지우기
필터 지우기

Which folder names are special in MATLAB?

조회 수: 4 (최근 30일)
brayantz
brayantz 2021년 7월 14일
답변: Walter Roberson 2021년 7월 14일
I know some folder like "private" and "resources", and other that use "@" for clasess and "+" for pakages. There are more?

채택된 답변

Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by