MATLAB does not launch correctly
조회 수: 4 (최근 30일)
이전 댓글 표시
I have installed MATLAB 2023b and I already have MATLAB 2022b. When I tried to launch MATLAB 2023b, unfortunately, MATLAB 2022b launched instead.
I really appreciate any help.
Thanks in advance.
댓글 수: 3
답변 (1개)
Karl
2024년 6월 25일
From the bin directory of the MATLAB version that you want to use, try:
./matlab
To run from anywhere an executable specified only by name, you can add the path to the directory containing the executable to the list of paths assinged to the environment variable PATH, making sure that it's ahead of the paths to any other directories containing an executable of the same name.
You can check how you have PATH defined with:
echo $PATH
You can check the path that will be used if you specify the name matlab with:
which matlab
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!