From: Brenda on
I have a GUI that is very responsive when run in MATLAB environment, but very slow once
it has been put through the MATLAB "compiler". I realize the compiler is not truly a
compiler, but we need the stand alone application that the compiler provides.

The GUI has multiple graphs with a spreadsheet type display underneath and allows the
user to "pull" on the graphs or type in the spreadsheet to change the values. The resulting
number ends up reflected in both the graph and the spreadsheet.

Has anyone else seen that there is always a slow down when a GUI is compiled, or are
there certain functions or programming ways that should be avoided perhaps?

The MATLAB version is 7.5 (R2007b), compiler is 4.7 (R2007B)
I am currently using a trial version of the compiler for this version, but we are also
considering buying a new license which would be up to date. Have these issues been
fixed in a later version?

-- Brenda
From: Brenda on
This problem was solved by using the latest version of MATLAB and MATLAB
compiler (R2010a).

-- Brenda

"Brenda " <broder(a)REMOVETHISwsi.com> wrote in message <hmp8jo$un$1(a)fred.mathworks.com>...
> I have a GUI that is very responsive when run in MATLAB environment, but very slow once
> it has been put through the MATLAB "compiler". I realize the compiler is not truly a
> compiler, but we need the stand alone application that the compiler provides.
>
> The GUI has multiple graphs with a spreadsheet type display underneath and allows the
> user to "pull" on the graphs or type in the spreadsheet to change the values. The resulting
> number ends up reflected in both the graph and the spreadsheet.
>
> Has anyone else seen that there is always a slow down when a GUI is compiled, or are
> there certain functions or programming ways that should be avoided perhaps?
>
> The MATLAB version is 7.5 (R2007b), compiler is 4.7 (R2007B)
> I am currently using a trial version of the compiler for this version, but we are also
> considering buying a new license which would be up to date. Have these issues been
> fixed in a later version?
>
> -- Brenda