Update Path Externally
Mostrar comentarios más antiguos
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
Respuestas (3)
Fangjun Jiang
el 13 de Abr. de 2011
1 voto
edit pathdef.m
Kaustubha Govind
el 21 de Abr. de 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;"
Cesare
el 19 de Abr. de 2011
0 votos
1 comentario
Fangjun Jiang
el 21 de Abr. de 2011
Not if you do it right.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!