how can I change the view of command window in matlab R2013b

2 visualizaciones (últimos 30 días)
Mohamad
Mohamad el 2 de Nov. de 2013
Comentada: Mohamad el 2 de Dic. de 2014
Hello I have just installed Matlab R2013b however, the default font size of command window is too small. I have changed the page setup of the command window but it did not solve this problem. Thank you in advance

Respuesta aceptada

Wayne King
Wayne King el 2 de Nov. de 2013
On the Home tab, go to "Preferences" in the Environment section.
In preferences click on "fonts" in the left-hand pane, and then set the Desktop code font

Más respuestas (1)

Gopal Karemore
Gopal Karemore el 2 de Dic. de 2014
On Matlab command prompt
>> desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
>> desktop.restoreLayout('Default');

Categorías

Más información sobre Desktop en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by