Why do I receive the error: "No MATLAB bin directory for this machine architecture" when I start MATLAB?
조회 수: 13 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2010년 11월 2일
편집: MathWorks Support Team
2024년 7월 29일
Starting MATLAB results in the error:
ERROR: No MATLAB bin directory for this machine architecture.
채택된 답변
MathWorks Support Team
2024년 7월 29일
편집: MathWorks Support Team
2024년 7월 29일
This issue occurs if MATLAB cannot find the binary files for the architecture of your computer. For example, if you installed the 64-bit Linux version of MATLAB and you have a 32-bit Linux operating system, you will receive this error when launching MATLAB. This issue may also occur if MATLAB was installed from downloads and the architecture files were not downloaded.
To confirm what binaries are available for your installation check the "bin" subdirectory of your MATLAB installation. There should be a folder for the architecture that was installed. You should see one or more of the following in that directory based on what was installed:
glnx86 = 32-bit Linux
glnxa64 = 64-bit Linux
sol64 = Solaris (SPARC)
maci = 32-bit Intel Mac OS X
maci64 = 64-bit Intel Mac OS X
mac = PPC Mac OS X
If you do not see a folder for your architecture, you will not be able to use MATLAB on your computer. In that case reinstalling MATLAB with the appropriate files should resolve this issue.
If you installed MATLAB from downloads, check to make sure that you have files that have a .common extension as well as files with the extension that matches the list of binaries above. For example, to install MATLAB on 32-bit Linux, you should have both a matlab.common and matlab.glnx86 file. If you are missing any of these files, go back and download the missing ones to complete your installation.
If you have confirmed that your MATLAB installation has an appropriate bin folder for your computer architecture, check to see if you have a $MATLABROOT environment variable set.
If you are still unable to launch MATLAB after making the appropriate adjustments, contact Installation and Licensing Support here:
댓글 수: 0
추가 답변 (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!