How do i add with subfolders to my pathway?

조회 수: 27 (최근 30일)
Hsiu
Hsiu 2014년 6월 19일
편집: ES 2014년 6월 19일
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!

채택된 답변

ES
ES 2014년 6월 19일
편집: ES 2014년 6월 19일
addpath(genpath(FolderName));
will add all subfolders under FolderName to MATLAB's Path.
or
manually as shown in the attachm
ent

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by