Borrar filtros
Borrar filtros

Why do my line spacing settings revert from "compact" back to "loose" on macOS 10.15 in MATLAB R2020b?

1 visualización (últimos 30 días)
I noticed in MATLAB R2020b that the MATLAB command window preferences found in "Preferences" -> "Command Window" ->"Text display" -> "Numeric display" -> "Compact" preference is not persistent. This setting periodically sporadically defaults back to "loose". There is no pattern related to when the setting reverts and it can occur within the same instance of MATLAB.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 19 de En. de 2021
This happens if the you modify the line spacing setting to be different than the MATLAB factory default setting, "loose". For instance, this issue can occur after changing the setting to "compact" and then making use of features that do not involve display at the command line or format (e.g., Live Editor).
As a workaround, create a user defined startup script and add the following command to it:
format compact
For more information on creating a user defined startup script, see the following link to the documentation:https://www.mathworks.com/help/releases/R2020b/matlab/ref/startup.html

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by