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

Respuestas (1)

James Daanen
James Daanen el 22 de En. de 2023

7 votos

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 comentarios

Giordano Liska
Giordano Liska el 2 de Jun. de 2023
Amazing. This worked. Thank you so much
J B
J B el 3 de Jun. de 2023
Finally, a solution that works. Thank you!

Iniciar sesión para comentar.

Categorías

Más información sobre Entering Commands en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Etiquetas

Preguntada:

el 17 de En. de 2023

Comentada:

J B
el 3 de Jun. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by