Tag Archives: Semi-documented function

33 relevant articles found:

Bug and workaround in timeseries plot

Matlab’s internal hgconvertunits function has a bug that affects timeseries plots. Luckily there is a simple workaround.

4 Comments

Uitable sorting

Matlab’s uitables can be sortable using simple undocumented features

46 Comments

Borderless button used for plot properties

A borderless button can be used to add unobtrusive functionality to plot axes

16 Comments

An interesting uitree utility

ExploreStruct is a utility that shows how custom uitrees can be integrated in Matlab GUI

5 Comments

handle2struct, struct2handle & Matlab 8.0

This article explains how we can use a couple of undocumented functions in Matlab GUI, and what we can learn from this about Matlab’s future.

11 Comments

Matlab callbacks for Java events

Events raised in Java code can be caught and handled in Matlab callback functions – this article explains how

88 Comments

Uitab customizations

This article shows several customizations that can be done to Matlab’s undocumented tab-panels functionality

9 Comments

Uitab colors, icons and images

Matlab’s semi-documented tab panels can be customized using some undocumented hacks

39 Comments

The hgfeval function

The semi-documented hgfeval function can be useful for callback chaining – this article explains how

2 Comments

Customizing uitree nodes – part 2

This article shows how Matlab GUI tree nodes can be customized with checkboxes and similar controls

61 Comments