Prev: how to get double integral when inner limit is function ofouter variable
Next: How do I find the roots of legendre polynomial in an interval of [0,1]
From: Brenda on 4 Mar 2010 16:27 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 10 Mar 2010 15:54
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 |