Customizing uifigures part 1
Matlab's new web-based uifigures can be customized in a variety of undocumented ways.
Matlab's new web-based uifigures can be customized in a variety of undocumented ways.
The parfor (parallel for) loops can be made faster using a few simple tips.
The performance of the builtin rmfield function (as with many other builtin functions) can be improved by simple profiling.
We can easily use saved profiling results to analyze, view and compare profiling results of multiple runs.
R2016a saw the addition of class property types. However, a better alternative has existed for many years.
It is tricky, but quite possible, to use SSL to connect Matlab to a PostgreSQL database.
The contour lines of 3D Matlab plot can be customized in many different ways. This is the 2nd article on this issue.
A new File Exchange utility enables to easily design GUI tabs using Matlab's GUIDE
Several quirks with Matlab-compiled DLLs are discussed and workarounds suggested.
Matlab's internal implementation of convolution can often be sped up significantly using the Convolution Theorem.