Effacer les filtres
Effacer les filtres

How to determine subdirectory path from within a class

3 vues (au cours des 30 derniers jours)
Scott
Scott le 1 Août 2017
Commenté : Scott le 1 Août 2017
I am trying to create an object from a class whose directory contains sub folders that contain data files which the class needs to load. The Class folder is set in the MATLAB path so I can access it however I cannot load the files from the sub folders within the MATLAB class folder without having to type the entire directory of the sub folders into the class. I tried using pwd in the class but this returns the path for my script not the class folder. Is there a way for the class to access its own path?

Réponse acceptée

Matt J
Matt J le 1 Août 2017
Modifié(e) : Matt J le 1 Août 2017
thepath = which('yourClass')

Plus de réponses (0)

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by