folder name starts with +toolboxA what it means

조회 수: 158 (최근 30일)
michael scheinfeild
michael scheinfeild 2016년 2월 10일
댓글: Shawn McAdam 2021년 6월 23일
hello i download some package and now inside there are folders and subfolder all starts with + so i cant add all the paths and activate it what it means ?
+toolboxA inside there are : a.m, b.m , +folderX and so on so what is + in begining of folder ?

채택된 답변

Jan
Jan 2016년 2월 10일
편집: Jan 2016년 2월 10일
The leading + means, that the contents of the folder is a package and has e.g. its own name space. See http://www.mathworks.com/help/matlab/matlab_oop/scoping-classes-with-packages.html
By the way: Instead of waiting for the answer in this forum, you will get a faster solution, if you ask an internet search engine for "Matlab folder +".
  댓글 수: 2
Guillaume
Guillaume 2016년 2월 10일
Note that you must not add package folders (those that start with +) to matlab's path. If you do, it's probably going to break things. Package folders are automatically considered to be on the paht by matlab as long as their containing folder is on the path.
Same with @ folders. These are classes, and they must not be added to the path. Only their containing folder.
Shawn McAdam
Shawn McAdam 2021년 6월 23일
Funnily enough, this is the first posts I found with the Google search 'matlab "+" folders'. Also, has Matlab changed how paths work? I included the parent folder for my "+" directory and nothing seems to work.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by