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.
A combination of Matlab and Java Robot commands to automate a certain animation can be used when we cannot access underlying GUI/graphics code.
We can use a built-in Matlab popup-panel widget control to display lightweight popups that are attached to a figure window.
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
MathWorks is soliciting user feedbacks about the use of Java components in Matlab programs.
Matlab uses logical (scaled) pixel positions. With high-DPI displays, this might cause problems, but it is easy to retrieve the physical (unscaled) pixel values.
Matlab's new web-based uifigures can be customized using custom CSS and Javascript code.
Matlab's new web-based uifigures can be customized in a variety of undocumented ways.
Matlab figure windows can be customized in numerous manners using the underlying Java Frame reference.
An interactive search-box can easily be added to a Matlab figure toolbar for enhanced user experience.
Matlab release R2015b's new "DPI-aware" nature broke some important functionality. Here's what can be done...