필터 지우기
필터 지우기

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 (최근 30일)
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개)

Sean de Wolski
Sean de Wolski 2012년 5월 22일
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
amit pathania
amit pathania 2012년 5월 22일
My application contains few m files,few mat files,few GUIs and few images which are part of my program.How to speed up my opening time in this case?
Sean de Wolski
Sean de Wolski 2012년 5월 22일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Package MATLAB Functions에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by