How add my folder '+op' to the path Matlab?

12 vues (au cours des 30 derniers jours)
Edson
Edson le 29 Juin 2022
Commenté : Walter Roberson le 29 Juin 2022
I have managed to add the following address to the path. C:\Users\mexed\Desktop\ICNGitHub\ICN\ICN\src\oo
I added a package with the name +op but I cannot add it to the path. The +op package inside has folders of matlab classes @etc, @dummy.
How can I add this +op package to the path?

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Juin 2022
You can never add a + folder to the MATLAB path. Instead, you add the folder containing the + folder.
  2 commentaires
Edson
Edson le 29 Juin 2022
The folder containing +op is oo C:\Users\mexed\Desktop\ICNGitHub\ICN\ICN\src\oo\+op then how do I run it in the command window? Because I use for example >> dummy = etc but it gives error
Walter Roberson
Walter Roberson le 29 Juin 2022
Add C:\Users\mexed\Desktop\ICNGitHub\ICN\ICN\src\oo to the path. Then
op.SOMEFUNCTIONNAME
I was not able to find the github archive you are using in order to be able to provide a more specific example.
The point is that when you have a + folder, you need to use a dot-qualified name for the function.
When there is a + folder, you can also use "import" to bring the namespace in. However, "import" only affects the current function: there is no way to "import" into a file as a whole, which is certainly a nuisance.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by