setting environment paths in matlab

2 次查看(过去 30 天)
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.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2012-11-8
click on
  • file
  • set path

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by