Category Archives: Mex

13 relevant articles found:

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

Faster csvwrite/dlmwrite

The speed of the builtin csvwrite, dlmwrite functions can be improved dramatically.

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

MEX ctrl-c interrupt

An undocumented MEX function can help interrupt running MEX functions.

Categories: High risk of breaking in future versions, Mex
Tags: , , ,
5 Comments

Better MEX error messages

The default clunky and release-incompatible MEX error messages can be improved using a simple hack.

Categories: Guest bloggers, Low risk of breaking in future versions, Mex, Undocumented feature
Tags: , ,
2 Comments

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: , ,
4 Comments

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: , , ,
22 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: , ,
6 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: , , , ,
8 Comments