how can I change the view of command window in matlab R2013b
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Gopal Karemore
am 2 Dez. 2014
0 Stimmen
On Matlab command prompt
>> desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
>> desktop.restoreLayout('Default');
1 Kommentar
Mohamad
am 2 Dez. 2014
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!