Set matlab executable in bash terminal on mac
4 views (last 30 days)
Show older comments
I am trying to set an executable to open matlab from the terminal, I need that to run a program called simnibs
I tried this command "sudo ln -s /Applications/MATLAB_R2022b.app/bin/matlab /usr/local/bin/matlab"
But I am getting the message
ln: /usr/local/bin/matlab: No such file or directory
I guess my question is how do I creeate the file or directory "matlab"
I am using the 2021 macbook pro
0 Comments
Answers (1)
Vinayak
on 15 Nov 2022
Links to the following documentation will give you more insights on how to set symbolic links and run MATLAB executables directly from the command line.
https://www.mathworks.com/help/matlab/matlab_env/start-matlab-on-linux-platforms.html
0 Comments
See Also
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!