MATLAB Blurry Script Editor
Ältere Kommentare anzeigen

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
Antworten (1)
James Daanen
am 22 Jan. 2023
7 Stimmen
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 Kommentare
Giordano Liska
am 2 Jun. 2023
J B
am 3 Jun. 2023
Finally, a solution that works. Thank you!
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!