How do i add with subfolders to my pathway?

25 vues (au cours des 30 derniers jours)
Hsiu
Hsiu le 19 Juin 2014
Modifié(e) : ES le 19 Juin 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!

Réponse acceptée

ES
ES le 19 Juin 2014
Modifié(e) : ES le 19 Juin 2014
addpath(genpath(FolderName));
will add all subfolders under FolderName to MATLAB's Path.
or
manually as shown in the attachm
ent

Plus de réponses (0)

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by