splash.m

버전 1.3.0.0 (58.4 KB) 작성자: junziyang
Add a splash screen to your GUI
다운로드 수: 6.5K
업데이트 날짜: 2023/5/23

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

This function uses the MATLAB JAVA interface to enhance the appearance of your GUI programs with a professional splash screen. To use it, simply call "splash.m" in your GUI, as you would with most MATLAB functions. You have the ability to customize the duration time and the image that is displayed.

인용 양식

junziyang (2024). splash.m (https://www.mathworks.com/matlabcentral/fileexchange/5946-splash-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

"Warning:IM2JAVA will be removed in a future release." If you receive this warning, this update is a workaround. Enjoy!

1.2.0.0

Using the revised version you can control the duration time of the splash according to your program's need, the initialization time, for example.

1.0.0.0

The revised version can fit the duration of its visibility to the time it takes to load the program.