Borrar filtros
Borrar filtros

folder name starts with +toolboxA what it means

120 visualizaciones (últimos 30 días)
michael scheinfeild
michael scheinfeild el 10 de Feb. de 2016
Comentada: Shawn McAdam el 23 de Jun. de 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 ?

Respuesta aceptada

Jan
Jan el 10 de Feb. de 2016
Editada: Jan el 10 de Feb. de 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 comentarios
Guillaume
Guillaume el 10 de Feb. de 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 el 23 de Jun. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by