Category Archives: Stock Matlab function

139 relevant articles found:

Additional license data

Additional meta-data about installed toolboxes can be retrieved in Matlab.

Categories: High risk of breaking in future versions, Stock Matlab function, Undocumented feature, Undocumented function
Tags:
6 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

Quirks with parfor vs. for

Parallelizing loops with Matlab’s parfor might generate unexpected results. Users beware!

Categories: Guest bloggers, Medium risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
7 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

Afterthoughts on implicit expansion

The new implicit expansion feature of Matlab R2016b can break user code in unexpected ways.

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

Customizing axes part 5 – origin crossover and labels

The axes rulers (axles) can be made to cross-over at any x,y location within the chart.

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

rmfield performance

The performance of the builtin rmfield function (as with many other builtin functions) can be improved by simple profiling.

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

Viewing saved profiling results

We can easily use saved profiling results to analyze, view and compare profiling results of multiple runs.

Categories: Desktop, Low risk of breaking in future versions, Semi-documented function, Stock Matlab function, Undocumented feature
Tags: , ,
Leave a comment

Convolution performance

Matlab’s internal implementation of convolution can often be sped up significantly using the Convolution Theorem.

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

Graphic sizing in Matlab R2015b

Matlab release R2015b’s new “DPI-aware” nature broke some important functionality. Here’s what can be done…

Categories: Figure window, Guest bloggers, GUI, Handle graphics, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , ,
8 Comments