Non-textual editor actions
The UIINSPECT utility can be used to expand EditorMacro capabilities to non-text-insertion actions. This is how:
The UIINSPECT utility can be used to expand EditorMacro capabilities to non-text-insertion actions. This is how:
In his latest post on BlinkDagger, Quan Quach announced that the BlinkDagger blog will be frozen following co-author Daniel Sutoyo’s hiring by The MathWorks and the continuous strain of maintaining
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.
The built-in Matlab legend function has a very useful semi-documented feature for automatic dynamic update, which is explained here.
Matlab uicontrol tooltips can be spiced-up using HTML and CSS, including fonts, colors, tables and images
Matlab's built-in tic/toc functions have an undocumented option enabling multiple nested clockings
cprintf is a utility that utilized undocumented Matlab desktop functionalities to display color and underline-styled formatted text in the Command Window
