Update Path Externally

1 Ansicht (letzte 30 Tage)
Cesare
Cesare am 13 Apr. 2011
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

Antworten (3)

Fangjun Jiang
Fangjun Jiang am 13 Apr. 2011
edit pathdef.m

Kaustubha Govind
Kaustubha Govind am 21 Apr. 2011
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 am 19 Apr. 2011
I was a bit scared of the big warning telling not to edit it.
  1 Kommentar
Fangjun Jiang
Fangjun Jiang am 21 Apr. 2011
Not if you do it right.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by