Filter löschen
Filter löschen

setting environment paths in matlab

2 Ansichten (letzte 30 Tage)
Kaushik
Kaushik am 8 Nov. 2012
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.

Akzeptierte Antwort

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

Weitere Antworten (1)

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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by