Category Archives: Low risk of breaking in future versions

Unlikely to break in future Matlab versions. Usually indicates a supported but mis-documented feature or a feature in very wide use throughout the Matlab system. If it does break in a future Matlab version, then a warning message is likely to appear before the feature completely breaks in some yet-more-future version.

159 relevant articles found:

Undocumented plot marker types

Undocumented plot marker styles can easily be accesses using a hidden plot-line property.

Categories: Handle graphics, Hidden property, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , ,
1 Comment

Multi-threaded Mex

Tips for creating and debugging multi-threaded Mex functions are discussed.

Categories: Low risk of breaking in future versions, Mex, Undocumented feature
Tags: , ,
4 Comments

String/char compatibility

Backward compatibility of strings in function inputs is a challenge, that can be assisted with an undocumented builtin function.

Categories: Low risk of breaking in future versions, Semi-documented function
Tags: ,
16 Comments

Blocked wait with timeout for asynchronous events

It is easy to convert asynchronous (streaming) events into a blocked wait in Matlab.

Categories: Java, Listeners, Low risk of breaking in future versions, Memory
Tags: ,
Leave a comment

Speeding-up builtin Matlab functions – part 2

Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.

Categories: Low risk of breaking in future versions, Stock Matlab function, Toolbox
Tags: , ,
8 Comments

Speeding-up builtin Matlab functions – part 1

Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.

Categories: Low risk of breaking in future versions, Stock Matlab function, Toolbox
Tags: , ,
7 Comments

Adding custom properties to GUI objects

It is very easy to add custom user-defined properties and methods to GUI handles and Java references in Matlab.

Categories: GUI, Handle graphics, Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , , ,
5 Comments

Customizing axes tick labels

Multiple customizations can be applied to tick labels.

Categories: Handle graphics, Low risk of breaking in future versions, Stock Matlab function
Tags: , ,
5 Comments

Using SQLite in Matlab

SQLite databases can be accessed in a variety of different ways in Matlab.

Categories: Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment

PlotEdit context-menu customization

A combination of Matlab and Java Robot commands to automate a certain animation can be used when we cannot access underlying GUI/graphics code.

Categories: Figure window, GUI, Handle graphics, Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment