setting environment paths in matlab
Mostra commenti meno recenti
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
Più risposte (1)
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 Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!