Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to run matlab script in mac terminal [closed]

I search for this and got some answer involving sudo, I am a beginner to linux and curious how to do it in terminal,

say my file is in Desktop/hw matlab is installed in application could give me a detailed commands instructions?

Thanks

like image 674
user3341953 Avatar asked Dec 21 '25 14:12

user3341953


1 Answers

I just check that on my MacOS machine. Depending on where you installed your MATLAB, but

/Applications/MATLAB_R2013b.app/Contents/MacOS/MATLAB_maci64 -nodisplay

worked for my case.

like image 198
ysakamoto Avatar answered Dec 24 '25 11:12

ysakamoto