Category Archives: Low risk of breaking in future versions

Unlikely to break in future Matlab versions. Usually indicates a supported but mis-documented feature or a feature in very wide use throughout the Matlab system. If it does break in a future Matlab version, then a warning message is likely to appear before the feature completely breaks in some yet-more-future version.

159 relevant articles found:

Handling red Java console errors

Red Java errors are sometimes displayed in the Matlab console. They can be removed or avoided in a variety of means.

Categories: Desktop, Java, Low risk of breaking in future versions
Tags: ,
6 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

Smart listbox & editbox scrollbars

Matlab listbox and multi-line editbox scrollbars can easily be made smarter, for improved appearance.

Categories: GUI, Java, Low risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , ,
6 Comments

Better MEX error messages

The default clunky and release-incompatible MEX error messages can be improved using a simple hack.

Categories: Guest bloggers, Low risk of breaking in future versions, Mex, Undocumented feature
Tags: , ,
2 Comments

Simple GUI Tabs for Advanced Matlab Trading App

A new File Exchange utility enables to easily design GUI tabs using Matlab’s GUIDE

Categories: Guest bloggers, GUI, Low risk of breaking in future versions, Toolbox
Tags: , , ,
15 Comments

Quirks with compiled Matlab DLLs

Several quirks with Matlab-compiled DLLs are discussed and workarounds suggested.

Categories: Guest bloggers, Low risk of breaking in future versions, 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

Solving a Matlab MCOS bug

Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.

Categories: Low risk of breaking in future versions, Undocumented feature
Tags: , ,
10 Comments