Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: creating tables for pdf output
Date: Tue, 14 Apr 2009 21:34:01 +0000 (UTC)
Organization: Meteorology Division
Lines: 4
Message-ID: <gs2vg9$5dh$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1239744841 5553 172.30.248.35 (14 Apr 2009 21:34:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 14 Apr 2009 21:34:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1065969
Xref: news.mathworks.com comp.soft-sys.matlab:532757


Hello, 
I've been working on creating a MATLAB GUI for a task that we routinely do here at work. Our old system involved some Excel spreadsheets and macros with the end result provided to the customer being several pages of plots and excel tables as one large multi-page pdf.  I have got the GUI making the plots perfectly(and much nicer looking than excel) and I am using print -ps -append to generate a multi-page ps file and then ps2pdf to create the pdf. My question is how can I create the additionally pages of data tables for inclusion in my customer's report? I can easily calculate the numbers I need however I don't know how I can I display them as a table to be printed with the print -ps -append command?

Thanks!