From: Evelise on
I used to start matalb at night with crontab. I use matlab -r script. Now I am making pictures and saving them with the saveas function. Rhe pb is that Matlab graphical interface does not get open with crontab (or with the task scheduler on windows), thus there is not pictures created.
Is there any parameter I have to pass to the matlab.exe command to open the graphical environement (such as -nodisplay or -nodesktop).
Thanks!