Effacer les filtres
Effacer les filtres

Why do I get an error when using disp in a CRON job?

1 vue (au cours des 30 derniers jours)
Siddharth
Siddharth le 12 Jan 2011
The 'disp' command can produce an error on some Linux distributions when the matlab script is executed as a CRON job. The error is: Error writing to output stream. {??? Error using ==> disp Error writing to output stream.

Réponses (1)

Manu R
Manu R le 20 Jan 2011
If you're using crontab, make sure you've got the output environment variables SCHEDULE_* set as expected. This page has a useful explanation: http://www.mkssoftware.com/docs/man1/crontab.1.asp
If you're using crontab, the right way is to pipe your output stream to a file to review later. Otherwise, crontab will try to email each output to you using sendmail for your review.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by