Effacer les filtres
Effacer les filtres

folder name starts with +toolboxA what it means

119 vues (au cours des 30 derniers jours)
michael scheinfeild
michael scheinfeild le 10 Fév 2016
Commenté : Shawn McAdam le 23 Juin 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 ?

Réponse acceptée

Jan
Jan le 10 Fév 2016
Modifié(e) : Jan le 10 Fév 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 commentaires
Guillaume
Guillaume le 10 Fév 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 le 23 Juin 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by