setting environment paths in matlab

2 views (last 30 days)
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

Azzi Abdelmalek
Azzi Abdelmalek on 8 Nov 2012
click on
  • file
  • set path

More Answers (1)

Sean de Wolski
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!