Category Archives: Medium risk of breaking in future versions

May possibly break in future Matlab versions. Usually indicates a feature in non-widespread use throughout the Matlab code corpus. Future Matlab versions may decide to recode these usages using other methods. If the feature does break in a future Matlab version, then a warning message may appear before the feature completely breaks in some yet-more-future version, but this is not assured.

136 relevant articles found:

Improving graphics interactivity

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.

Categories: GUI, Handle graphics, Medium risk of breaking in future versions, Stock Matlab function
Tags: , , , ,
7 Comments

Interesting Matlab puzzle – analysis

Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab’s parser.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: ,
2 Comments

Interesting Matlab puzzle

A simple Matlab puzzle that leads to interesting insight on Matlab’s parser.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: ,
20 Comments

Scrollable GUI panels

Scrollbars can easily be added to Matlab panels, to enable scroll-panes of GUI controls and axes.

Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , ,
1 Comment

Plot legend customization

Matlab plot legends and their internal components can be customized using a variety of undocumented properties that are easily accessible.

Categories: Handle graphics, Medium risk of breaking in future versions, Undocumented feature
Tags: , ,
7 Comments

Sliders in Matlab GUI – part 2

Matlab contains a variety of ways to define/display slider controls in GUI windows.

Categories: GUI, Medium risk of breaking in future versions, Semi-documented function
Tags: , ,
6 Comments

Auto-scale image colors

Images can be automatically color-scaled for maximum resolution, using the undocumented MarkedClean event.

Categories: Handle graphics, Listeners, Medium risk of breaking in future versions, Undocumented feature
Tags: , , ,
1 Comment

Customizing histogram plots

Basic bar charts and histogram plots can be customized in important aspects.

Categories: Handle graphics, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , ,
Leave a comment

Runtime code instrumentation

Conditional breakpoints can be used to instrument code with user-specified code.

Categories: Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , ,
3 Comments

User-defined tab completions – take 2

Matlab has changed the mechanism that enables user-defined tab-completion of function inputs.

Categories: Desktop, Medium risk of breaking in future versions, Undocumented feature
Tags: , ,
8 Comments