Update Path Externally

Is there a way to add a folder to the Matlab Path without opening Matlab? E.g. if I want to create an installer for a new toolbox so that the user does not have to manually modify the path. Thanks in advance, Cesare

回答 (3 件)

Fangjun Jiang
Fangjun Jiang 2011 年 4 月 13 日

1 投票

edit pathdef.m
Kaustubha Govind
Kaustubha Govind 2011 年 4 月 21 日

1 投票

If you don't mind MATLAB performing this operation silently, you could use the following system command (MATLAB must be on path):
matlab -nodisplay -nosplash -r "addpath('/path/to/add'); savepath; quit;"
For Windows, see Solution#1-16B8X
Cesare
Cesare 2011 年 4 月 19 日

0 投票

I was a bit scared of the big warning telling not to edit it.

1 件のコメント

Fangjun Jiang
Fangjun Jiang 2011 年 4 月 21 日
Not if you do it right.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

タグ

質問済み:

2011 年 4 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by