Category Archives: Mex

9 relevant articles found:

Undocumented feature list

A list of undocumented MATLAB features can be retrieved. Here’s how…

Categories: High risk of breaking in future versions, Mex, Undocumented function
Tags: , ,
1 Comment

Explicit multi-threading in Matlab part 3

Matlab performance can be improved by employing POSIX threads in C/C++ code.

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

Serializing/deserializing Matlab data

Matlab does not provide a documented manner to serialize data into a byte stream, but we can do this with some undocumented functionality.

Categories: Handle graphics, High risk of breaking in future versions, Mex, Undocumented function
Tags: , , ,
14 Comments

Accessing private object properties

Private properties of Matlab class objects can be accessed (read and write) using some undocumented techniques.

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

Undocumented Matlab MEX API

Matlab’s MEX API contains numerous undocumented functions, that can be extremely useful.

Categories: Guest bloggers, High risk of breaking in future versions, Mex, Undocumented feature, Undocumented function
Tags: , ,
5 Comments

Parsing mlint (Code Analyzer) output

The Matlab Code Analyzer (mlint) has a lot of undocumented functionality just waiting to be used.

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

Matlab’s internal memory representation

Matlab’s internal memory structure is explored and discussed.

Categories: Guest bloggers, High risk of breaking in future versions, Memory, Mex, Undocumented feature
Tags: , , , ,
7 Comments

Matlab mex in-place editing

Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.

Categories: Guest bloggers, High risk of breaking in future versions, Memory, Mex, Stock Matlab function, Undocumented feature
Tags: , , , ,
13 Comments

Reasons for undocumented Matlab aspects

There are many reasons for the numerous undocumented aspects in Matlab – this article explains them.

Categories: Java, Mex
Tags: , ,
Leave a comment