Category Archives: Undocumented feature

217 relevant articles found:

IP address input control

A built-in JIDE control can be used in Matlab GUI for IP-address entry/display.

Categories: GUI, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , ,
3 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

Toolbar button labels

GUI toolbar button labels can easily be set and customized using underlying Java components.

Categories: Figure window, GUI, High risk of breaking in future versions, Icons, Java, Undocumented feature
Tags: , , , ,
Leave a comment

Using SQLite in Matlab

SQLite databases can be accessed in a variety of different ways in Matlab.

Categories: Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment

PlotEdit context-menu customization

A combination of Matlab and Java Robot commands to automate a certain animation can be used when we cannot access underlying GUI/graphics code.

Categories: Figure window, GUI, Handle graphics, Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment

Builtin PopupPanel widget

We can use a built-in Matlab popup-panel widget control to display lightweight popups that are attached to a figure window.

Categories: Figure window, GUI, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , , ,
1 Comment

Customizing uifigures part 3

As I have repeatedly posted in recent years, Matlab is advancing towards web-based GUI. The basic underlying technology is more-or-less stable: an HTML/Javascript webpage that is created-on-the-fly and rendered in a stripped-down browser window (based on Chromium-based jxBrowser in recent […]

Categories: Figure window, GUI, High risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , ,
5 Comments

The HotLinks feature

feature(‘HotLinks’) can be used to temporarily disable hyperlinks and other markups in the Matlab console.

Categories: Desktop, High risk of breaking in future versions, Undocumented feature, Undocumented function
Tags: , , ,
1 Comment

Faster csvwrite/dlmwrite

The speed of the builtin csvwrite, dlmwrite functions can be improved dramatically.

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