Matlab dark mode

Matlab Online and locally-installed Matlab Desktop can use “dark mode” for the Matlab Desktop.

s = settings;

s.matlab.appearance.MATLABTheme.PersonalValue = "Dark";

Or from the GUI by searching for “Dark” in the Matlab settings.

Figures can be switched between light and dark mode with theme().

Related: Alternative Matlab code editors

References: