Path: news.mathworks.com!not-for-mail
From: "Stefano Mangosio" <stefano.mangosio@crf.it>
Newsgroups: comp.soft-sys.matlab
Subject: Compiling a report generator file
Date: Wed, 10 Dec 2008 13:59:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <ghohv6$t5s$1@fred.mathworks.com>
Reply-To: "Stefano Mangosio" <stefano.mangosio@crf.it>
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 1228917542 29884 172.30.248.37 (10 Dec 2008 13:59:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 10 Dec 2008 13:59:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1634460
Xref: news.mathworks.com comp.soft-sys.matlab:506093


Hi there,

I'm trying to compile, in order to create a standalone application a .rpt file.

My application consists of a .m file that open a .mat and call the report generator. 

Inside the report generator I use the variables created in the workspace as %<variableName>.
If I run my application in Matlab I see insted of %<variableName> the vaule of the variable but if I compile the .m and .rpt file and i run the standalone application generated, inside the report instead of the value of the variable I see the Name of the variable...How can I solve this problem?

Thanx