필터 지우기
필터 지우기

How to Splash Screen visible till in MATLAB compiled Application Open ?

조회 수: 34 (최근 30일)
Anup Patil
Anup Patil 2023년 11월 22일
답변: Pratyush 2023년 11월 22일
Hello Friends,
I have Deployed MATLAB application from APP designer and added splash screen image. after compliation when i open my application(.exe) , it start with splash screen image but before loading application the splash screen closes, is any other way so that i can make visible that splash screen image untill application open. bacause my application is taking some time to open.

채택된 답변

Pratyush
Pratyush 2023년 11월 22일
Hi Anup,
I understand that you want to keep your splash screen visible until the MATLAB application loads.
The following function in MATLAB file exchange could be used for this purpose:
This function returns the handle to the splash screen. The screen will always be shown until "animsplash(hsplash,'off')" is called to turn it off.
You could capture the handle of the spalsh screen and call "animsplash(hsplash,'off')" in the "StartupFcn" callback to close the splash screen when the app loads.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by