Quantcast
Channel: MATLAB Central Newsreader - Compiled Matlab GUI code starts up too slow...
Browsing all 24 articles
Browse latest View live

Re: Compiled Matlab GUI code starts up too slow...

If you are using deploytool to compile your code, under Project - Settings-Toolboxes on path uncheck any toolboxes that aren't needed by your executable. I recently had this issue and the above steps...

View Article



Re: Compiled Matlab GUI code starts up too slow...

"Marc " <marc.genest@nrc-cnrc.gc.ca> wrote in message <k7uevf$p2e$1@newscl01ah.mathworks.com>...> If all you want is at least a prompt with a message you can use the -R option when...

View Article

Re: Compiled Matlab GUI code starts up too slow...

If all you want is at least a prompt with a message you can use the -R option when compiling your file at least the end user would know that something is happening. mcc -m hello.m -R...

View Article

Re: Compiled Matlab GUI code starts up too slow...

For anyone interested, here is the post explaining my splash wrapper utility for compiled (deployed) Matlab applications:http://UndocumentedMatlab.com/blog/splash-window-for-deployed-applications Yair...

View Article

Re: Compiled Matlab GUI code starts up too slow...

"amit pathania" <sujanian.amit@gmail.com> wrote in message <jpgbp6$567$1@newscl01ah.mathworks.com>...> "scho" wrote in message <i95qak$c1d$1@fred.mathworks.com>...> > I made...

View Article


Re: Compiled Matlab GUI code starts up too slow...

"scho" wrote in message <i95qak$c1d$1@fred.mathworks.com>...> I made a GUI program, and trying Matlab compiler to make it a standalone program.> I am happy that I was able to make an...

View Article

Re: Compiled Matlab GUI code starts up too slow...

ImageAnalyst <imageanalyst@mailinator.com> wrote in message <87213120-3739-4596-8bda-a1d575e5895f@g8g2000prn.googlegroups.com>...> I agree with Bruno. The very first time may take around...

View Article

Re: Compiled Matlab GUI code starts up too slow...

"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <j332q8$9je$1@newscl01ah.mathworks.com>...> "Arda " <ardaaksu@hotmail.com> wrote in message > > > >...

View Article


Re: Compiled Matlab GUI code starts up too slow...

"Arda " <ardaaksu@hotmail.com> wrote in message > > @Bruno, nothing changed unfortunately. > I have compiled my application with -C option and ctf files were extracted at the same folder...

View Article


Re: Compiled Matlab GUI code starts up too slow...

"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <j2pefb$rrm$1@newscl01ah.mathworks.com>...> "Arda " <ardaaksu@hotmail.com> wrote in message...

View Article

Re: Compiled Matlab GUI code starts up too slow...

"Arda " <ardaaksu@hotmail.com> wrote in message <j2pbhk$jvd$1@newscl01ah.mathworks.com>...> The main task here is to ensure that program waits the user to terminate it when compiled...

View Article

Re: Compiled Matlab GUI code starts up too slow...

@ImageAnalyst, I believe you completely misunderstand me. My executable program does not crush, it works as it supposed to be. It creates some java objects (in which there is also a frame) and when it...

View Article

Re: Compiled Matlab GUI code starts up too slow...

On Aug 20, 3:56 pm, "Arda " <ardaa...@hotmail.com> wrote:> One more thing that i forgot to mention; the code i gave above creates a java frame and when i compile it, it doesnt work like a...

View Article


Re: Compiled Matlab GUI code starts up too slow...

"Arda " <ardaaksu@hotmail.com> wrote in message <j2mq1h$5is$1@newscl01ah.mathworks.com>...> > Less than 3 seconds.> > > > Opening Matlab has nothing to do with execution,...

View Article

Re: Compiled Matlab GUI code starts up too slow...

Just to clarify, I believe the MCR_CACHE_ROOT is defined on the compiling computer and does not need to be defined on the target computer. Perhaps if you do that it will unpack stuff to that constant...

View Article


Re: Compiled Matlab GUI code starts up too slow...

> Less than 3 seconds.> > Opening Matlab has nothing to do with execution, since the application supposes to work on the computer without Matlab. But "the first time"I meant the very first...

View Article

Re: Compiled Matlab GUI code starts up too slow...

I agree with Bruno. The very first time may take around 30 seconds because it has to unpack a bunch of stuff to that weird hidden folder. But once you've done that once, subsequent times just take a...

View Article


Re: Compiled Matlab GUI code starts up too slow...

"Arda " <ardaaksu@hotmail.com> wrote in message <j2mbtn$jv2$1@newscl01ah.mathworks.com>...> > > What about that first time? After you restarted your computer, if you execute the...

View Article

Re: Compiled Matlab GUI code starts up too slow...

> Beside the very first time where the program is lauched: most of my compiled applications take:> > 1) Console Black windows appears < 100 ms> 2) Some message starts to appears on ~ +1...

View Article

Re: Compiled Matlab GUI code starts up too slow...

"Arda " <ardaaksu@hotmail.com> wrote in message <j2m6f8$1ig$1@newscl01ah.mathworks.com>...> >> > Isn't 30 secs a lot, and enough time for users being curious if the program is...

View Article
Browsing all 24 articles
Browse latest View live




Latest Images