How do i add with subfolders to my pathway?

24 visualizaciones (últimos 30 días)
Hsiu
Hsiu el 19 de Jun. de 2014
Editada: ES el 19 de Jun. de 2014
Hello! I want to add a folder of functions, which has other folders inside into a pathway of mine. I tried to copy and paste that big folder in, but that does not work. I was suggested to "add with subfolders". Can someone explain how that actually works? Thanks!

Respuesta aceptada

ES
ES el 19 de Jun. de 2014
Editada: ES el 19 de Jun. de 2014
addpath(genpath(FolderName));
will add all subfolders under FolderName to MATLAB's Path.
or
manually as shown in the attachm
ent

Más respuestas (0)

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by