Category Archives: Toolbox

9 relevant articles found:

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

Matlab compilation quirks – take 2

A few hard-to-trace quirks with Matlab compiler outputs are explained.

Categories: Guest bloggers, High risk of breaking in future versions, Stock Matlab function, Toolbox, Undocumented feature
Tags: , , ,
Leave a comment

Speeding up Matlab-JDBC SQL queries

Fetching SQL ResultSet data from JDBC into Matlab can be made significantly faster.

Categories: Java, Low risk of breaking in future versions, Toolbox, Undocumented feature
Tags: , ,
7 Comments

Simple GUI Tabs for Advanced Matlab Trading App

A new File Exchange utility enables to easily design GUI tabs using Matlab’s GUIDE

Categories: Guest bloggers, GUI, Low risk of breaking in future versions, Toolbox
Tags: , , ,
15 Comments

Matlab compiler bug and workaround

Both the Matlab compiler and the publish function have errors when parsing block-comments in Matlab m-code.

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

New book: Accelerating MATLAB Performance

Accelerating MATLAB Performance (ISBN 9781482211290) is a book dedicated to improving Matlab performance (speed).

Categories: GUI, Low risk of breaking in future versions, Memory, Stock Matlab function, Toolbox
Tags: ,
Leave a comment

Docs of old Matlab releases

MathWorks recently posted archived documentation for many previous Matlab releases

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

Solving a MATLAB bug by subclassing

Matlab’s Image Processing Toolbox’s impoint function contains an annoying bug that can be fixed using some undocumented properties.

Categories: Guest bloggers, Hidden property, Low risk of breaking in future versions, Stock Matlab function, Toolbox
Tags: , , ,
4 Comments