Borrar filtros
Borrar filtros

setting environment paths in matlab

2 visualizaciones (últimos 30 días)
Kaushik
Kaushik el 8 de Nov. de 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.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 8 de Nov. de 2012
click on
  • file
  • set path

Más respuestas (1)

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

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by