setting environment paths in matlab

hi,
how do i setup matlab such that it looks at the paths set in the environment variable of my computer. i am running matlab in windows 32 bit.

 Respuesta aceptada

Más respuestas (1)

Sean de Wolski
Sean de Wolski el 8 de Nov. de 2012
On Windows:
[~,result] = system('path');
addpath(result(6:end))

Categorías

Más información sobre Startup and Shutdown 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!

Translated by