R2009b keyboard bindings
The new Matlab release R2009b includes the ability to customize keyboard bindings for the editor and Command Window. However, there are still some uses for the EditorMacro utility and its
The new Matlab release R2009b includes the ability to customize keyboard bindings for the editor and Command Window. However, there are still some uses for the EditorMacro utility and its
The EditorMacro utility was extended to support built-in Matlab Editor and Command-Window actions and key-bindings. This post describes the changes and the implementation details.
The UIINSPECT utility can be used to expand EditorMacro capabilities to non-text-insertion actions. This is how:
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.
Matlab's GUI Design Editor (GUIDE) has several interesting undocumented features. This post describes how to customize GUIDE rulers.
I present two ways of checking undocumented hidden properties in Matlab Handle Graphics (HG) handles
Matlab's button uicontrols (pushbutton and togglebutton) are basically wrappers for a Java Swing JButton object. This post describes how the buttons can be customized using this Java object in ways
Matlab's Command Window foreground and background colors can be modified programmatically, using some of Matlab's undocumented internal Java classes. Here's how.