Filter löschen
Filter löschen

setenv not working properly?

7 Ansichten (letzte 30 Tage)
Guy Nir
Guy Nir am 19 Sep. 2017
Kommentiert: Guy Nir am 19 Sep. 2017
Hi,
setenv and getenv used to work nicely for me, and enabled me to call other scripts using the unix command. recently it stopped working. Not sure when, but i am now using MATLAB 2017a, and mac OS Sierra 10.12.6.
For instance, from matlab command line:
unix('which perl') /bin/bash: which: command not found
ans =
127
While, from terminal:
which perl
/usr/bin/perl
Although i have defined the following on my startup.m: setenv('PATH','usr/bin:/usr/local/bin');
Does anyone know how to fix this? Thanks, Guy

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 19 Sep. 2017
setenv('PATH','/usr/bin:/usr/local/bin')
You were missing a '/' before 'usr/bin'
  1 Kommentar
Guy Nir
Guy Nir am 19 Sep. 2017
Wow! I would have never notice that! Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by