@folder, set path

2 vues (au cours des 30 derniers jours)
mirch
mirch le 13 Oct 2013
Commenté : Jan le 15 Oct 2013
Can any one explain me, how to use @folder? I have toolbox in this folder and I like now to set path to the matlab? It possible to do this?
Please for help

Réponses (1)

Jan
Jan le 13 Oct 2013
Modifié(e) : Jan le 13 Oct 2013
Do not add the @-folder to the path, but the parent folder only. This is the meaning of the first sentence you find in the documentation you have posted the link to:
An @-folder must be contained by a path folder, but is not itself on the MATLAB path
What have you tried and which problems occur?
  2 commentaires
mirch
mirch le 15 Oct 2013
Sorry. Im not comming from english speaking country, so at first I didnt understand what they think.
So I must add path to this folder for example: C:\Program Files\MATLAB\R2013a\toolbox\matlab\dINN
under folder dINN is folder with "@" - @dINN
C:\Program Files\MATLAB\R2013a\toolbox\matlab\dINN\@dINN
This Is The right way? Or not?
Jan
Jan le 15 Oct 2013
Modifié(e) : Jan le 15 Oct 2013
No, mirch, never add folders inside the Matlab path (see command matlabroot). This can cause serious troubles which can be very hard to debug.
If you have this folder structure:
C:\User\mirch\Matlab\MyToolbox
C:\User\mirch\Matlab\MyToolbox\@diNN
then add this to the path:
addpath('C:\User\mirch\Matlab\MyToolbox')
and save the path on demand (see also: pathtool to do this in a GUI). Afterwards the functions inside "C:\User\mirch\Matlab\MyToolbox\@diNN" are found automatically, when an argument is of type diNN.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Entering Commands 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