setting environment paths in matlab
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Sean de Wolski
2012-11-8
On Windows:
[~,result] = system('path');
addpath(result(6:end))
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!