Where is it the program on my Mac?
7 次查看(过去 30 天)
显示 更早的评论
I've just paid for and downloaded R2016a Matlab on my mac (OSX El Capitan version 10.11.5) and I can't find the program. There are lots of files related to the download, and it said it was to be saved to my Applications, but there is no actual Matlab program for me to open and use? Where is it?
0 个评论
采纳的回答
Walter Roberson
2016-7-23
/Applications/MATLAB_R2016a.app is what you would click on. The shell script that sets up the environment is bin/matlab relative to that, and the binary is Contents/MacOS/MATLAB_maci64 relative to the install directory.
3 个评论
Walter Roberson
2016-7-23
Double-click on MATLAB_R2016a.app in the /Applications folder.
There is also a possibility that you need to instead look in the Applications folder in your home directory
If both
ls -d /Applications/MATLAB_R2016a.app
and
ls -d ~/Applications/MATLAB_R2016a.app
are missing then your MATLAB did not get installed properly. You should re-run the installer and check to see which directory it suggests installing to.
更多回答(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!