Running matlab from linux terminal
60 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mario Malic
2021-2-7
i can't tell exactly, it's best if you check the documentation, as there are some prerequisites to running the script like that.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!