Getting default HG property values
Matlab has documented how to modify default property values, but not how to get the full list of current defaults. This article explains how to do this.
Matlab has documented how to modify default property values, but not how to get the full list of current defaults. This article explains how to do this.
uiinspect is a Matlab utility that displays detailed information about an object's methods, properties and callbacks in a single GUI window.
Matlab's scatter plot can automatically jitter data to enable better visualization of distribution density.
This article lists the different types of undocumented/unsupported/hidden aspects in Matlab
The information of whether or not an axes is zoomed or panned can easily be inferred from an internal undocumented object.
getundoc is a very simple utility that displays the hidden (undocumented) properties of a specified handle object.
Data-tips are an extremely useful plotting tool that can easily be controlled programmatically.
Matlab's uitables can be sortable using simple undocumented features
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder
Matlab figure windows can be made fully or partially transparent/translucent or blurred - this article explains how