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.

 Accepted Answer

More Answers (1)

On Windows:
[~,result] = system('path');
addpath(result(6:end))

Categories

Products

Community Treasure Hunt

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

Start Hunting!