Clear Filters
Clear Filters

I have deployed a standalone application using matlab compiler with its Icon. But once it is open, I can't see the same icon of the application in my taskbar.

22 views (last 30 days)
I used R2016b and R2020a MALTAB compiler to make a Standalone application of app designer Window. With this I have added icon of the application. Once I see this application in Start-menu I can see the symbol of the application. But Once it is open and I look on the taskbar, the default MATLAB symbol is carried over there. Once I have opened 5 different MATLAB compiled application in my PC, it is hard to differentiate applications on which I want to move. Please give me solution with which I can see the respected icon or symbol of Standalone-Application.

Answers (1)

Chetan
Chetan on 5 Mar 2024
Hello @Krunal,
It looks like you are facing issues with the icon for the apps using MATLAB App Designer.
You can try the following suggestions as potential workarounds:
  1. Use a custom splash screen: Instead of relying on the taskbar icon to represent your app, you can create a custom splash screen that includes your desired app icon. This way, when the app is launched, the custom splash screen will display the desired icon, providing a consistent branding experience to the user.
  2. Create a standalone application: If you are using MATLAB Compiler to create standalone applications, you can explore the option of customizing the application icon at the system level. This way, the custom icon will be displayed in the taskbar even when the apps are grouped.
  3. Provide clear app names: To differentiate between multiple MATLAB apps grouped in the taskbar, you can ensure that each app has a clear and distinct name. This can help users identify the apps even if the icons are the same.
While these suggestions may not directly solve the taskbar icon grouping issue, they can help provide a better user experience for your MATLAB apps.
Additionally, you can refer to the following MathWorks Documentation for more details:
Hope it helps

Categories

Find more on Package and Share Apps in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!