Azzera filtri
Azzera filtri

setting environment paths in matlab

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

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

Più risposte (1)

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

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by