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:
- 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.
- 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.
- 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