Adding multiple folders to path

11 次查看(过去 30 天)
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?

采纳的回答

Monika Jaskolka
Monika Jaskolka 2020-6-25
addpath(genpath('balanceAssessment'))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by