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 日

0 投票

addpath(genpath(FolderName));
will add all subfolders under FolderName to MATLAB's Path.
or
manually as shown in the attachm
ent

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFile Operations についてさらに検索

質問済み:

2014 年 6 月 19 日

編集済み:

ES
2014 年 6 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by