Path: news.mathworks.com!not-for-mail
From: "Ben Hinchliffe" <ben.hinchliffe@bluereference.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: automate importing text into word processor -- report generation
Date: Tue, 9 Sep 2008 17:29:02 +0000 (UTC)
Organization: Blue Reference, Inc.
Lines: 29
Message-ID: <ga6bou$t4i$1@fred.mathworks.com>
References: <ga0s99$pdk$1@fred.mathworks.com>
Reply-To: "Ben Hinchliffe" <ben.hinchliffe@bluereference.com>
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 1220981342 29842 172.30.248.37 (9 Sep 2008 17:29:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 9 Sep 2008 17:29:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1498343
Xref: news.mathworks.com comp.soft-sys.matlab:489406



Hi,

You might want to try Inference for MATLAB- www.InferenceForMATLAB.com 

Inference for MATLAB enables you to use the familiar Microsoft Excel and Word environment to assemble dynamic documents containing your data, MATLAB files, MATLAB commands, and text annotations (commentary). When executed, a dynamic document runs MATLAB commands and generates a results document that contains textual, numerical and graphic output of MATLAB commands in addition to formatted text annotations.  Inference should help you produce reports with consistent formatting (templates) and the flexibility to update MATLAB files as needed.
 
I'm on the Inference development team, and I'd love to hear what you think of our product.  Did it work as promised?  Does it lack features that would be useful to you?  We're in pre-commercial release mode - so we're very open to suggestions.

Hope this helps with your MATLAB report generation needs!

Best Regards,

-Ben

"GG " <ggkmath@comcast.net> wrote in message <ga0s99$pdk$1@fred.mathworks.com>...
> Hi All,
> 
> I know Matlab has it's own software for auto-report generation but I'm looking for something allowing a lot more control over formatting.
> 
> Let's say my Matlab program outputs data into an ascii file as well as outputs many plots as separate jpg files.
> 
> Does anyone know of other software or procedures to generate a template (essentially a detailed report) that can take this Matlab output and place it into the report? 
> 
> For example, I'd create the template first with example output from my Matlab file, mapping what goes where and formating everything. Then, to generate a new report, I just update the Matlab files in the directory and the report updates automatically to reflect the new information (all formating stays the same, just the numbers and figures reflect the new Matlab results). All I do is replace the Matlab files in the directory and bingo, a new report is made.
> 
> I think Oracle's Business Intelligence software can do this, but I was hoping there was something simpler, like a way to do it in Word, Framemaker, or something else. 
> 
> Thanks in advance, -GG