Category Archives: Stock Matlab function

139 relevant articles found:

Improving graphics interactivity

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.

Categories: GUI, Handle graphics, Medium risk of breaking in future versions, Stock Matlab function
Tags: , , , ,
7 Comments

Undocumented plot marker types

Undocumented plot marker styles can easily be accesses using a hidden plot-line property.

Categories: Handle graphics, Hidden property, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , ,
1 Comment

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

Customizing axes tick labels

Multiple customizations can be applied to tick labels.

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

Customizing histogram plots

Basic bar charts and histogram plots can be customized in important aspects.

Categories: Handle graphics, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , ,
Leave a comment

Customizing contour plots part 2

Matlab contour labels’ color and font can easily be customized.

Categories: Handle graphics, Hidden property, High risk of breaking in future versions, Stock Matlab function
Tags: , , ,
9 Comments

Runtime code instrumentation

Conditional breakpoints can be used to instrument code with user-specified code.

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

Sending HTML emails from Matlab

Matlab’s sendmail only sends simple text messages by default; a simple hack can cause it to send HTML-formatted messages.

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