- Enclose with " for exact match e.g., "uitable report"
Useful links
Archives
Recent Posts
- Matlab mex in-place editing
- 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
Categories
- Desktop (23)
- Figure window (27)
- Guest bloggers (21)
- GUI (73)
- Handle graphics (34)
- Hidden property (27)
- Icons (4)
- Java (91)
- Listeners (13)
- Memory (4)
- Mex (2)
- Presumed future risk (152)
- Semi-documented feature (5)
- Semi-documented function (25)
- Stock Matlab function (55)
- Toolbox (2)
- UI controls (28)
- Uncategorized (4)
- Undocumented feature (63)
- Undocumented function (16)
Recent Comments
- Yair Altman (2 hours 26 minutes ago): @Brad – two ideas: winopen(tempdir) to check if you see any crash reports create a finish.m file in your current/startup...
- Brad Stiritz (8 hours 31 minutes ago): Yair, thanks for this detailed post, very appreciated. If you have a moment to consider please, do you think any of the...
- shashank (1 day 18 hours ago): Hi Yair I tried both(dynamic using JAVAADDPATH and static editing classpath.ext) ways of adding matlabcontrol-4.0.0.jar file but...
- Yair Altman (5 days 23 hours ago): @sumaia – validateattributes simply ensures that the specified input variable is of the expected type. You can make these...
- sumaia (6 days 0 hours 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 (6 days 20 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 (7 days 2 hours ago): thx for quick reply, already tried method you suggest yesterday but had some troubles and noticeable delay before changes are...
- Michele (7 days 2 hours ago): @Yair – Thank you very much for the quick reply, I’ll definitely give it a try.
- Yair Altman (7 days 3 hours ago): @Michele – you could store a temporary flag in a persistent variable or the handle’s ApplicationData/UserData, or a...
- Michele (7 days 3 hours ago): This utility is very interesting, but due to the use of ‘dbstack’ it wouldn’t work in compiled applications. Do...
Category Archives: Undocumented feature
Matlab mex in-place editing
Editing Matlab arrays in-place can be an important technique for optimizing calculations. This article shows how to do it using Mex.
Recovering previous editor state
Recovering the previous state of the Matlab editor and its loaded documents is possible using a built-in backup config file.
Categories: Desktop, Low risk of breaking in future versions, Undocumented feature
Tags: Desktop, Editor, Pure Matlab, Undocumented feature
7 Comments
Tags: Desktop, Editor, Pure Matlab, Undocumented feature
7 Comments
Types of undocumented Matlab aspects
This article lists the different types of undocumented/unsupported/hidden aspects in Matlab
Categories: High risk of breaking in future versions, Java, Low risk of breaking in future versions, Medium risk of breaking in future versions, Semi-documented feature, Semi-documented function, Undocumented feature, Undocumented function
Tags: Hidden property, Internal component, Java, JMI, Pure Matlab, Semi-documented feature, Semi-documented function, Undocumented feature, Undocumented function, Undocumented property
Leave a comment
Tags: Hidden property, Internal component, Java, JMI, Pure Matlab, Semi-documented feature, Semi-documented function, Undocumented feature, Undocumented function, Undocumented property
Leave a comment
Determining axes zoom state
The information of whether or not an axes is zoomed or panned can easily be inferred from an internal undocumented object.
Multi-line tooltips
Multi-line tooltips are very easy to set up, once you know your way around a few undocumented hiccups.
Categories: GUI, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: GUI, HTML, Pure Matlab, Tooltip
Leave a comment
Tags: GUI, HTML, Pure Matlab, Tooltip
Leave a comment
Tri-state checkbox
Matlab checkboxes can easily be made to support tri-state functionality.
Categories: GUI, Java, Medium risk of breaking in future versions, UI controls, Undocumented feature
Tags: FindJObj, GUI, Internal component, Java, JIDE, Undocumented feature
2 Comments
Tags: FindJObj, GUI, Internal component, Java, JIDE, Undocumented feature
2 Comments
