Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Formatting single table-elements in Matlab-Report-Generator
Date: Tue, 5 Aug 2008 14:14:03 +0000 (UTC)
Organization: AUDI AG
Lines: 22
Message-ID: <g79n7a$nhj$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217945643 24115 172.30.248.37 (5 Aug 2008 14:14:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 5 Aug 2008 14:14:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1457800
Xref: news.mathworks.com comp.soft-sys.matlab:483725



Hi,

i already searched for some hours for a post solving my problem.

I'm receiving and processing some data with Matlab. Finally
i'd like to create a report-document(word) with all my
evaluations with Matlab-Report-Generator. For terms of
better readability i want to change the formatting of some
words(different color,bold,...). Some of these words are in
cells and are posted in a table under specified
chapters&sections.

I already tried stylesheets as well as to execute a
Word-macro out of matlab-report-generator. Moreover i tried
to compare an element in the cell and change it with a
formatted one.(if cell{i}(3) == 'Failed' then ...).

Do you have an (elegant) solution formatting single elements
in tables with matlab-report-generator?

Thanks in advance,
Chris