open-discussion
open-discussion > RE: a tip for matlab error in csh/tcsh envirn
Jun 19, 2019 11:06 AM | davidb
RE: a tip for matlab error in csh/tcsh envirn
Hi,
Would it be possible to know what exactly should be added to the setup_pestica.sh file without modifying the .bashrc file so that the program can use matlab?
Many thanks for your help
Best
David
Originally posted by Wanyong Shin:
Would it be possible to know what exactly should be added to the setup_pestica.sh file without modifying the .bashrc file so that the program can use matlab?
Many thanks for your help
Best
David
Originally posted by Wanyong Shin:
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 | |