setting environment paths in matlab
Show older comments
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)
Sean de Wolski
on 8 Nov 2012
On Windows:
[~,result] = system('path');
addpath(result(6:end))
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!