I have created a standalone application using MATLAB deploytool but when I run it,it takes about 1-2 minutes to load and show my GUI.Can I add splash screen till that time or is there any way to reduce this time?
Show older comments
I have created a standalone application using MATLAB deploytool but when I run it,it takes about 1-2 minutes to load and show my GUI.Can I add splash screen till that time or is there any way to reduce this time?
1 Comment
Walter Roberson
on 22 May 2012
Which MATLAB version is involved? R2012a made MCR much larger.
Answers (1)
Sean de Wolski
on 22 May 2012
0 votes
Have you packaged a whole lot of products you don't need into the *.exe? Cut down the products to what you actually need and you should see a speedup in deploy and opening time.
2 Comments
amit pathania
on 22 May 2012
Sean de Wolski
on 22 May 2012
So does it use, for example, anything from the Bioinformatics Toolbox? If not, then don't include this toolbox in the build. This can be controlled in the "utilities gear thingy" -> Settings -> Toolboxes on path
Categories
Find more on Application Deployment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!