https://stackoverflow.com/questions/45315725/bash-matlab-command-not-found
아래 명령어를 통해 Matlab의 위치를 export 해준다.
$ export PATH=/usr/local/MATLAB/R2018b/bin/:$PATH
그리고 아래 명령어를 통해 matlab을 실행할 수 있다.
$ matlab
반응형
'Information > Error' 카테고리의 다른 글
Could not read configuration from imu_adis16448.yaml (0) | 2020.04.23 |
---|---|
ImportError: cannot import name NavigationToolbar2Wx (0) | 2020.04.23 |
could not find a package configuration file provided by glfw3 with any of the following names (0) | 2020.04.23 |
Matlab : "Permission denied" error (0) | 2020.04.23 |
Cannot write to preference file "matlab.prf" (0) | 2020.04.23 |