What is the default installation path for Matlab on architecture X?
이전 댓글 표시
Hi all!
I'm in the process of writing a new FindMatlab.cmake file, as all the versions I've found on the internet have woeful limitations (don't work on Mac, only work for Matlab v7, etc). As part of this, I need a list of install locations for different architectures. As Mathworks doesn't seem to advertise this anywhere, I thought I would try to crowd-source it.
This is where you come in!
Please reply with the full path to the matlab executable on your system. For example, on my Mac this would be: /Applications/MATLAB_R2012b.app/bin/matlab
The architectures I'm looking for are: win32, win64, mac, maci, maci64, glnx, glnx64, sol, sol64, a64. If you have something more exotic, please let me know! The more comprehensive the list, the better FindMatlab.cmake can work :)
Thanks heaps!
댓글 수: 1
Daniel Shub
2013년 3월 10일
Have you thought about contacting technical support?
채택된 답변
추가 답변 (3개)
Konrad Malkowski
2013년 3월 12일
One possible approach on linux/mac would be:
> find / -name matlab
This would recursively search the file system for "matlab"
I am sure that similar functionality can be created in PERL or another scripting language.
Shashank Prasanna
2013년 3월 11일
Hilton
2013년 3월 12일
0 개 추천
댓글 수: 2
Royi Avital
2019년 8월 2일
Is it `/usr/local/MATLAB/Rxxxxx` or `/usr/local/Matlab/Rxxxxx`?
Walter Roberson
2019년 8월 3일
For Mac it is /Applications/MATLAB_Rxxxxx
카테고리
도움말 센터 및 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!