Effacer les filtres
Effacer les filtres

Adding multiple folders to path

8 vues (au cours des 30 derniers jours)
Adam Levschuk
Adam Levschuk le 25 Juin 2020
Hello. I am trying to add multiple folders to my matlab path, but i am not having much luck.
My directory looks like this:
BalanceAssessment > 1legCushionStanding > concatendatedData
My script I am working in is stored in "balanceAssessment", however i want to access the data in "concatendatedData" and use that data in the "balanceAssessment" script.
Thank you for any advice on how to do this?

Réponse acceptée

Monika Jaskolka
Monika Jaskolka le 25 Juin 2020
addpath(genpath('balanceAssessment'))

Plus de réponses (0)

Catégories

En savoir plus sur Search Path 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