open-discussion
open-discussion > RE: a tip for matlab error in csh/tcsh envirn
Jun 26, 2017 01:06 PM | Wanyong Shin - Cleveland Clinic Founcatoin
RE: a tip for matlab error in csh/tcsh envirn
Thanks, Hang Joon.
You can modify setup_pestica.sh to modify path and "MATLABLINE"
-Wanyong
Originally posted by Hang Joon Jo:
You can modify setup_pestica.sh to modify path and "MATLABLINE"
-Wanyong
Originally posted by Hang Joon Jo:
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 | |