MATLAB Blurry Script Editor

As can be seen here, the script editor box has fuzzy text. I have tried the recommended solution of disabling all texture filtering in the NVIDIA control panel, but it has not worked. It seems to occur repeatedly when running the script.
NVIDIA RTX 3070 TI
AMD Ryzen 5800x

Answers (1)

James Daanen
James Daanen on 22 Jan 2023
I had the same problem and this worked for me.
1. Open a Windows Command Prompt by searching for “command prompt” in the Windows Start Menu
2. In the Command Prompt, run the command:
matlab -cefdisablegpu
3. Wait for MATLAB to open and observe if the blurriness persists
To make it so that MATLAB always starts like this:
1) Locate your MATLAB shortcut (often on the desktop) and right click the icon
2) Select “Properties” from the menu
3) In the “Properties” window, locate the “Target” field on the “Shortcut” tab
4) Without modifying the path currently in the “Target” field, add a space to the end followed by
-cefdisablegpu
If a space does not separate the flag from the file path, this will not work
5) Select “Apply” and then “OK” to save these changes

2 Comments

Amazing. This worked. Thank you so much
Finally, a solution that works. Thank you!

Sign in to comment.

Categories

Products

Release

R2022b

Asked:

on 17 Jan 2023

Commented:

J B
on 3 Jun 2023

Community Treasure Hunt

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

Start Hunting!