Path: news.mathworks.com!not-for-mail
From: "Peter Webb" <pwebb@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Compiling a report generator file
Date: Thu, 11 Dec 2008 09:43:08 -0500
Organization: The MathWorks, Inc.
Lines: 26
Message-ID: <ghr8ts$bu$1@fred.mathworks.com>
References: <ghohv6$t5s$1@fred.mathworks.com>
Reply-To: "Peter Webb" <pwebb@mathworks.com>
NNTP-Posting-Host: webbp.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1229006589 382 172.31.45.237 (11 Dec 2008 14:43:09 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 11 Dec 2008 14:43:09 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Xref: news.mathworks.com comp.soft-sys.matlab:506347


If you can post an M-file that reproduces the problem, perhaps we can look 
into it.

"Stefano Mangosio" <stefano.mangosio@crf.it> wrote in message 
news:ghohv6$t5s$1@fred.mathworks.com...
> 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
>
>