Path: news.mathworks.com!not-for-mail
From: "Stefano Mangosio" <stefano.mangosio@crf.it>
Newsgroups: comp.soft-sys.matlab
Subject: Compiling a report for standalone code
Date: Tue, 9 Dec 2008 11:37:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 21
Message-ID: <ghll8u$46a$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 1228822622 4298 172.30.248.37 (9 Dec 2008 11:37:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 9 Dec 2008 11:37:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1634460
Xref: news.mathworks.com comp.soft-sys.matlab:505810


Hi all,

I have a problem.
I created a GUI that call a Report generator file.
Now I want to compile the GUI and the report fora  standalone application

Using 

mcc - m GUINAME.m -a REPORTNAME.rpt

I can compile and run evrythig but:

1) I selected as output of the report .doc file but with standalone code is generated an .xml file

2)In the report I call some variables from workspace as %<VariableName> and in .xml report file is shown not the value but the Name of teh varible

How can I solve these problems???

Thank you