open-discussion
open-discussion > a tip for matlab error in csh/tcsh environment
Jun 26, 2017 06:06 AM | Hang Joon Jo
a tip for matlab error in csh/tcsh environment
I have no idea whether it's discussed before.
If you run pestica in csh/tcsh environment, "no matlab command" error might be shown up in particular systems.
I found a workaround in that case - "Add matlab path and alias in .bashrc" even you don't use bash. In my case:
export PATH=$PATH:/Applications/MATLAB_R2015a.app/bin
alias matlab='/Applications/MATLAB_R2015a.app/bin/matlab -nodesktop'
Hope this help.
- H
If you run pestica in csh/tcsh environment, "no matlab command" error might be shown up in particular systems.
I found a workaround in that case - "Add matlab path and alias in .bashrc" even you don't use bash. In my case:
export PATH=$PATH:/Applications/MATLAB_R2015a.app/bin
alias matlab='/Applications/MATLAB_R2015a.app/bin/matlab -nodesktop'
Hope this help.
- H
Threaded View
Title | Author | Date |
---|---|---|
Hang Joon Jo | Jun 26, 2017 | |
Wanyong Shin | Jun 26, 2017 | |
davidb | Jun 19, 2019 | |