- Enclose with " for exact match e.g., "uitable report"
Useful links
Archives
Recent Posts
- MLintFailureFiles or: Why can’t I save my m-file?!
- Using spinners in Matlab GUI
- Matlab-Java memory leaks, performance
- Recovering previous editor state
- 2011 perspective & plans for 2012
- Command Window text manipulation
- Ideas for a new book
- Converting Java vectors to Matlab arrays
- Common javacomponent problems
- Reasons for undocumented Matlab aspects
- Types of undocumented Matlab aspects
- Matlab-Java book
- Determining axes zoom state
- Multi-line tooltips
- Uitable cell colors
Categories
- Desktop (23)
- Figure window (27)
- Guest bloggers (21)
- GUI (73)
- Handle graphics (34)
- Hidden property (27)
- Icons (4)
- Java (91)
- Listeners (13)
- Memory (3)
- Mex (1)
- Presumed future risk (151)
- Semi-documented feature (5)
- Semi-documented function (25)
- Stock Matlab function (54)
- Toolbox (2)
- UI controls (28)
- Uncategorized (4)
- Undocumented feature (62)
- Undocumented function (16)
Recent Comments
- Yair Altman (22 hours 43 minutes ago): @sumaia – validateattributes simply ensures that the specified input variable is of the expected type. You can make these...
- sumaia (23 hours 7 minutes ago): I am trying to run an example that uses validateattributes. My matlab is an older version and doesn’t recognise this function....
- Ramon Fincken (1 day 19 hours ago): I was using a figure as webfigure (Java JA builder), and I wanted to get rid of the popup window ( the figure window ), while...
- Lemikainen (2 days 0 hours ago): thx for quick reply, already tried method you suggest yesterday but had some troubles and noticeable delay before changes are...
- Michele (2 days 1 hour ago): @Yair – Thank you very much for the quick reply, I’ll definitely give it a try.
- Yair Altman (2 days 1 hour ago): @Michele – you could store a temporary flag in a persistent variable or the handle’s ApplicationData/UserData, or a...
- Michele (2 days 2 hours ago): This utility is very interesting, but due to the use of ‘dbstack’ it wouldn’t work in compiled applications. Do...
- Yair Altman (2 days 9 hours ago): @James – I don’t have an immediate answer for you, it requires some investigation. This sounds like a good idea for...
- Yair Altman (2 days 12 hours ago): @Ryan – as I explained in the follow-up article, Matlab tabs have an internal bug that causes Java and ActiveX controls...
- Ryan (2 days 12 hours ago): Hi Yair. Thanks so much for sharing your indepth knowledge. I would like to embed a uitree within a uitab in a uitabgroup. Creating...
Category Archives: GUI
Controlling callback re-entrancy
Callback reentrancy is a major problem for frequently-fired events. Luckily, it can easily be solved.
Categories: Guest bloggers, GUI, Low risk of breaking in future versions
Tags: Callbacks, COM, Java, Malcolm Lidierth, Pure Matlab
11 Comments
Tags: Callbacks, COM, Java, Malcolm Lidierth, Pure Matlab
11 Comments
Uitable customization report
In last week’s report about uitable sorting, I offered a report that I have written which covers uitable customization in detail. Several people have asked for more details about the contents of this report. This is a reasonable request, and [...]
Uitable sorting
Matlab’s uitables can be sortable using simple undocumented features
Categories: GUI, Handle graphics, Hidden property, High risk of breaking in future versions, Java, Semi-documented function, Stock Matlab function, Undocumented feature
Tags: GUI, Hidden property, HTML, Internal component, Java, JIDE, Semi-documented function, uitable, uitools, Undocumented feature
16 Comments
Tags: GUI, Hidden property, HTML, Internal component, Java, JIDE, Semi-documented function, uitable, uitools, Undocumented feature
16 Comments
Running VB code in Matlab
Matlab does not natively enable running VB code, but a nice trick enables us to do just that
Categories: GUI, Low risk of breaking in future versions, Stock Matlab function
Tags: ActiveX, COM, Pure Matlab
1 Comment
Tags: ActiveX, COM, Pure Matlab
1 Comment
Color selection components
Matlab has several internal color-selection components that can easily be integrated in Matlab GUI
Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: GUI, Internal component, Java
3 Comments
Tags: GUI, Internal component, Java
3 Comments
Minimize/maximize figure window
Matlab figure windows can easily be maximized, minimized and restored using a bit of undocumented magic powder
