Community Profile

photo

Randall Lin


California Institute of Technology

Active since 2011

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Matlab system() shell is wrong
Why does Matlab use /opt/local/bin/bash instead of /bin/bash for system()? Can I change this permanently?

13 years ago | 1 answer | 0

1

answer

Question


How do I add to the PATH of system()?
>> system('echo $PATH') returns /usr/bin:/bin:/usr/sbin:/sbin Can I add to this path? I tried the usual commands for...

13 years ago | 2 answers | 1

2

answers