ui

ui allows to customize mathlayer's user interface:
  • ui('theme',themename) sets the theme to themename that can be one of following: 'default','white','matrix','mr'.
  • ui([wnd 'txtsize'],txtsize) sets the text size of the window defined by wnd that can be: 'cmdin' (command line), 'cmdout' (output console), 'vars' (variable browser), 'hist' (command history). txtsize is expected to be an integer between 6 and 14.
  • ui([wnd 'txtcol'],txtcol) sets the text color to txtcol where txtcol is a vector specifying the RGB values of the desired color.
  • ui([wnd 'bkgcol'],bkgcol) sets the background color.
After successfully calling ui the new settings are stored and will used by mathlayer on startup.

See also

console | clh | clc