Clear Filters
Clear Filters

blank matlab icon on taskbar after a change in matlab directory.

7 views (last 30 days)
The original matlab directory is c:\matlab\r2023 and r2023 was moved to c:\ to replace c:\matlab and renamed as matlab r2023. Matlab still works properly except that the matlab icon on the taskbar becomes blank. How to change this icon to the original matlab icon?

Accepted Answer

Manikanta Aditya
Manikanta Aditya on 26 May 2024
Edited: Manikanta Aditya on 26 May 2024
To restore the MATLAB icon, you should right-click on any impacted MATLAB icons, select 'Properties' and click on the 'Change Icon...' button. From here, click 'Browse' and navigate to the matlab.ico file that is located in your $MATLAB/bin/<arch> folder, where $MATLAB is your installation directory. You will then need to click Apply.
By default, the full path to the matlab.ico file is:
  • For Professional - C:/Program Files/MATLAB/{release}/bin/win64/matlab.ico
  • For Students - C:/Program Files (x86)/MATLAB/{release}/bin/win32/matlab.ico
Refer the following reference to know more:
Thanks!
  4 Comments
feynman feynman
feynman feynman on 30 May 2024
The approach of pinning a new shortcut to the taskbar works. Thank you so much.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!