Speeding-up builtin Matlab functions – part 3
Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.
Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.
Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes.
Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab's parser.
A simple Matlab puzzle that leads to interesting insight on Matlab's parser.
Undocumented plot marker styles can easily be accesses using a hidden plot-line property.
In R2018b the axes controls were removed from the figure toolbar, but this can be reverted.
Matlab plot legends and their internal components can be customized using a variety of undocumented properties that are easily accessible.
Matlab contains a variety of ways to define/display slider controls in GUI windows.
Backward compatibility of strings in function inputs is a challenge, that can be assisted with an undocumented builtin function.
Built-in Matlab functions can often be profiled and optimized for improved run-time performance. This article shows a typical example.