Displaying hidden handle properties
Matlab Handle Graphics (HG) is a great way to manipulate GUI objects. HG handles often have some undocumented hidden properties. One pretty well-known example is the JavaFrame property of the figure...
View Articleuiundo – Matlab’s undocumented undo/redo manager
Whenever we have a Matlab GUI containing user-modifiable controls (edit boxes, sliders, toggle buttons etc.), we may wish to include an undo/redo feature. This would normally be a painful programming...
View ArticleNew information on HG2
Last week I posted a couple of articles on the undocumented feature function and Matlab’s apparent move towards a class-based Handle-Graphics system called HG2.Apparently I caused a bit of a stir…This...
View ArticleUndocumented cursorbar object
Every now and then, I stumble on a Matlab feature that looks interesting and potentially useful and has existed for many previous Matlab releases, yet remains undocumented and unsupported. Today I...
View ArticleIntroduction to UDD
I would like to welcome guest blogger Donn Shull. Donn will present a series of articles about UDD classes and objects, on which many undocumented Matlab features and functions are based.Background on...
View ArticleCreating a simple UDD class
Once again I welcome guest blogger Donn Shull, who continues his multi-part series about Matlab’s undocumented UDD objects.Creating a new UDD packageTo illustrate the construction of UDD classes with...
View ArticleExtending a Java class with UDD
Once again I welcome Donn Shull, with another article about Matlab’s internal UDD mechanismExtending a Java class with UDDDuring the series on UDD, we have mentioned the connection between UDD and...
View ArticleDraggable plot data-tips
A couple of years ago, I was asked by a client to figure out a way to make Matlab plot data-tips movable. The problem was that he had a very crowded plot and Matlab’s standard data-tips are displayed...
View Article