setting environment paths in matlab
Afficher commentaires plus anciens
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
Plus de réponses (1)
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 Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!