How to run matlab function in Linux command line?
27 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kash Costello
am 29 Aug. 2019
Kommentiert: Kash Costello
am 30 Aug. 2019
Hi!
So I wrote a function in matlab (with one input) and I would like to run it through the Linux command line.
I went through some answers in the community and I saw people saying this command:
matlab -nodisplay -r "functionname(argument1, argument2, argumentN);exit"
But what is "matlab" at the beginning? I am quite lost on what is that and how to obtain this "matlab" command.
Can anyone please shine some light on me with regards to this issue?
Thanks a lot!
0 Kommentare
Akzeptierte Antwort
Yro
am 29 Aug. 2019
Bearbeitet: Yro
am 30 Aug. 2019
Hi, matlab is the executable once the software is installed on Linux. Check this link where you can check the available startup options: https://la.mathworks.com/help/matlab/ref/matlablinux.html
Regards.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!