Running matlab from linux terminal

48 visualizaciones (últimos 30 días)
Mahith Madhana Kumar
Mahith Madhana Kumar el 7 de Feb. de 2021
Respondida: Sourabh Kondapaka el 9 de Feb. de 2021
Hi,
I was wondering whether someone could help me in figuring out why running a matlab script is much much slower when run from a linux terminal as compared to that run from matlab windows itself.
Lets say I have a matlab .m file called frequency.m. This when run from matlab windows itself (I mean the desktop matlab application) takes about 10 minutes to produce the output whereas the same .m file when run from the terminal window using the line of code:
matlab -nodisplay -nosplash -nodesktop -r "run('path_to_my_script/frequency.m) ; exit ; "
takes about 30 minutes to produce the same output.
The path_to_my_script was the path which I found by moving to the directory containing the frequency.m file from my terminal and typing pwd. The path so obtained was inserted into path_to_my_script in the above code.
Is there any reason for this and any solution to make the script run faster from linux terminal?
Thanks.
  4 comentarios
Mario Malic
Mario Malic el 7 de Feb. de 2021
i can't tell exactly, it's best if you check the documentation, as there are some prerequisites to running the script like that.
Mahith Madhana Kumar
Mahith Madhana Kumar el 7 de Feb. de 2021
Allright. Thank you.

Iniciar sesión para comentar.

Respuesta aceptada

Sourabh Kondapaka
Sourabh Kondapaka el 9 de Feb. de 2021
A similar question has been answered here and here
You can check the documentation for more details.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by