folder name starts with +toolboxA what it means

146 Ansichten (letzte 30 Tage)
michael scheinfeild
michael scheinfeild am 10 Feb. 2016
Kommentiert: Shawn McAdam am 23 Jun. 2021
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 ?

Akzeptierte Antwort

Jan
Jan am 10 Feb. 2016
Bearbeitet: Jan am 10 Feb. 2016
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 Kommentare
Guillaume
Guillaume am 10 Feb. 2016
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 am 23 Jun. 2021
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by