Tag Archives: Pure Matlab

186 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

Interesting Matlab puzzle – analysis

Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab’s parser.

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

Interesting Matlab puzzle

A simple Matlab puzzle that leads to interesting insight on Matlab’s parser.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: ,
20 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

Reverting axes controls in figure toolbar

In R2018b the axes controls were removed from the figure toolbar, but this can be reverted.

Categories: Figure window, High risk of breaking in future versions, Undocumented feature
Tags: , , ,
6 Comments

Plot legend customization

Matlab plot legends and their internal components can be customized using a variety of undocumented properties that are easily accessible.

Categories: Handle graphics, Medium risk of breaking in future versions, Undocumented feature
Tags: , ,
7 Comments

Sliders in Matlab GUI – part 2

Matlab contains a variety of ways to define/display slider controls in GUI windows.

Categories: GUI, Medium risk of breaking in future versions, Semi-documented function
Tags: , ,
6 Comments

String/char compatibility

Backward compatibility of strings in function inputs is a challenge, that can be assisted with an undocumented builtin function.

Categories: Low risk of breaking in future versions, Semi-documented function
Tags: ,
16 Comments

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