Effacer les filtres
Effacer les filtres

setting environment paths in matlab

2 vues (au cours des 30 derniers jours)
Kaushik
Kaushik le 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.

Réponse acceptée

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

Plus de réponses (1)

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

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by