Path: news.mathworks.com!not-for-mail
From: "Matthew Simoneau" <matthew@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: publish function - Running matlab using crontab in Linux?
Date: Thu, 26 Jun 2008 20:17:03 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 5
Message-ID: <g40tfv$g04$1@fred.mathworks.com>
References: <g40nvq$96h$1@fred.mathworks.com> <g40ppq$29l$1@fred.mathworks.com> <g40t3e$bmr$1@fred.mathworks.com>
Reply-To: "Matthew Simoneau" <matthew@mathworks.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1214511423 16388 172.30.248.35 (26 Jun 2008 20:17:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 26 Jun 2008 20:17:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 25640
Xref: news.mathworks.com comp.soft-sys.matlab:476107



To render user interface stuff like buttons, MATLAB needs a
display.  PRINT uses something like GETFRAME to capture
these, that is, it needs a screen to snap.  Maybe it's
possible to set up some sort of hidden display on Linux, but
that's my only idea.