How to get Matlab to remember a path permanently?

52 ビュー (過去 30 日間)
matheu Broom
matheu Broom 2018 年 8 月 14 日
コメント済み: matheu Broom 2018 年 8 月 16 日
Simple task, add a folder with subfolders to the Matlab path permanently. This has been bugging me for sometime. Every day or so I have to re-add my folder with all my code in it as Matlab has forgotten it from the path. Is there anyway to add this folder permanently and never have Matlab forget it?
Thanks Matheu

採用された回答

Image Analyst
Image Analyst 2018 年 8 月 14 日
Click on the Set Path button on the Home tab of the tool ribbon. Click on the save button after you browse to the path.
Otherwise, put this into your startup.m file
addpath('c:\whatever');
savepath;

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSearch Path についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by