Adding multiple folders to path

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?

 Respuesta aceptada

Monika Jaskolka
Monika Jaskolka el 25 de Jun. de 2020

0 votos

addpath(genpath('balanceAssessment'))

Más respuestas (0)

Categorías

Más información sobre Search Path en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Preguntada:

el 25 de Jun. de 2020

Respondida:

el 25 de Jun. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by