Category Archives: GUI

165 relevant articles found:

Matlab callbacks for uifigure JavaScript events

Matlab callback code can be attached to JavaScript events in web-based uifigures.

Categories: Figure window, Guest bloggers, GUI, High risk of breaking in future versions, Undocumented feature
Tags: , , , ,
4 Comments

Customizing web-GUI uipanel

We can customize Matlab’s new web-based GUI panels in many interesting ways. Here’s how…

Categories: Guest bloggers, GUI, High risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
Leave a comment

Scrollable GUI panels

Scrollbars can easily be added to Matlab panels, to enable scroll-panes of GUI controls and axes.

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

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

Adding custom properties to GUI objects

It is very easy to add custom user-defined properties and methods to GUI handles and Java references in Matlab.

Categories: GUI, Handle graphics, Java, Low risk of breaking in future versions, Undocumented feature
Tags: , , , ,
5 Comments

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

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

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