Category Archives: Semi-documented feature

10 relevant articles found:

Matlab toolstrip – part 1

Matlab contains extensive toolstrip (ribbon) functionality that can be integrated in user programs (GUI).

Categories: Desktop, GUI, High risk of breaking in future versions, Semi-documented feature
Tags: , , ,
5 Comments

Parsing XML strings

Matlab’s xmlread function cannot process XML data directly, but this can easily be overcome.

Categories: Low risk of breaking in future versions, Semi-documented feature, Stock Matlab function
Tags: , , ,
6 Comments

Sending email/text messages from Matlab

Sending emails and SMS (text) messages from Matlab is easy, once you know a few quirks.

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

Online (web-based) Matlab

Matlab Online is a MathWorks product that enables running Matlab applications via a full-fledged web interface.

Categories: Desktop, Medium risk of breaking in future versions, Semi-documented feature
Tags: ,
5 Comments

Improving fwrite performance

Standard file writing performance can be improved in Matlab in surprising ways.

Categories: Low risk of breaking in future versions, Semi-documented feature, Stock Matlab function
Tags: ,
11 Comments

Matlab-Java memory leaks, performance

Internal fields of Java objects may leak memory – this article explains how to avoid this without sacrificing performance.

Categories: Java, Low risk of breaking in future versions, Memory, Semi-documented feature, Stock Matlab function
Tags: , , ,
34 Comments

Types of undocumented Matlab aspects

This article lists the different types of undocumented/unsupported/hidden aspects in Matlab

Categories: High risk of breaking in future versions, Java, Low risk of breaking in future versions, Medium risk of breaking in future versions, Semi-documented feature, Semi-documented function, Undocumented feature, Undocumented function
Tags: , , , , , , , , ,
Leave a comment

Customizing uitree nodes – part 1

This article describes how to customize specific nodes of Matlab GUI tree controls created using the undocumented uitree function

Categories: GUI, Java, Medium risk of breaking in future versions, Semi-documented feature
Tags: , , , , ,
21 Comments

Undocumented XML functionality

Matlab’s built-in XML-processing functions have several undocumented features that can be used by Java-savvy users

Categories: Java, Low risk of breaking in future versions, Semi-documented feature, Stock Matlab function
Tags: , ,
6 Comments

Legend ‘-DynamicLegend’ semi-documented feature

The built-in Matlab legend function has a very useful semi-documented feature for automatic dynamic update, which is explained here.

Categories: GUI, Listeners, Medium risk of breaking in future versions, Semi-documented feature, Stock Matlab function
Tags: , , ,
21 Comments