EditorMacro – assign a keyboard macro in the Matlab editor
EditorMacro is a new utility that enables setting keyboard macros in the Matlab editor. this post details its inner workings.
EditorMacro is a new utility that enables setting keyboard macros in the Matlab editor. this post details its inner workings.
The Matlab desktop enables saving and switching layouts using the main menu. This post shows how to do so programmatically.
Matlab user/system preferences can be changed programmatically, from within your Matlab application or from the Matlab desktop command prompt. This post details how.
cprintf is a utility that utilized undocumented Matlab desktop functionalities to display color and underline-styled formatted text in the Command Window
The Matlab Command Window enables a limited degree of inline color customization - this post describes how to use it
System-tray icons and messages can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.
System-tray icons can be programmatically set and controlled from within Matlab, using new functionality available since R2007b.
Matlab's Command Window foreground and background colors can be modified programmatically, using some of Matlab's undocumented internal Java classes. Here's how.