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?
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
>
>
"Peter Webb" <pwebb@mathworks.com> wrote in message <ghr8ts$bu$1@fred.mathworks.com>...
> 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
> >
> >
>
I solved the problem on my own...
Thank you!
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.