MATLAB Blurry Script Editor
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

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
0 Commenti
Risposte (1)
James Daanen
il 22 Gen 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 Commenti
Vedere anche
Categorie
Scopri di più su Entering Commands in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!