Feeds
질문
Matlab system() shell is wrong
Why does Matlab use /opt/local/bin/bash instead of /bin/bash for system()? Can I change this permanently?
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
14년 초과 전 | 답변 수: 2 | 1