- 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 (20 hours 12 minutes ago): @sumaia – validateattributes simply ensures that the specified input variable is of the expected type. You can make these...
- sumaia (20 hours 36 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 17 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 (1 day 22 hours ago): thx for quick reply, already tried method you suggest yesterday but had some troubles and noticeable delay before changes are...
- Michele (1 day 23 hours ago): @Yair – Thank you very much for the quick reply, I’ll definitely give it a try.
- Yair Altman (1 day 23 hours ago): @Michele – you could store a temporary flag in a persistent variable or the handle’s ApplicationData/UserData, or a...
- Michele (1 day 23 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 7 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 10 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 10 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...
Tag Archives: Editor
MLintFailureFiles or: Why can’t I save my m-file?!
Sometimes Matlab gets into a state where it cannot use a valid m-file. This article explains what can be done.
Categories: Medium risk of breaking in future versions, Stock Matlab function
Tags: Editor, Mlint, Pure Matlab
Leave a comment
Tags: Editor, Mlint, Pure Matlab
Leave a comment
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
Accessing the Matlab Editor
The Matlab Editor can be accessed programmatically, for a wide variety of possible uses – this article shows how.
Categories: Desktop, High risk of breaking in future versions, Java
Tags: Desktop, Editor, FindJObj, Java, UIInspect
21 Comments
Tags: Desktop, Editor, FindJObj, Java, UIInspect
21 Comments
R2009b keyboard bindings
The new Matlab release R2009b includes the ability to customize keyboard bindings for the editor and Command Window. However, there are still some uses for the EditorMacro utility and its variants.
Categories: Desktop, High risk of breaking in future versions, Java
Tags: Desktop, Editor, Java, keyboard
Leave a comment
Tags: Desktop, Editor, Java, keyboard
Leave a comment
EditorMacro v2 – setting Command Window key-bindings
The EditorMacro utility was extended to support built-in Matlab Editor and Command-Window actions and key-bindings. This post describes the changes and the implementation details.
Categories: Desktop, High risk of breaking in future versions, Java, Listeners
Tags: Desktop, Editor, Java, keyboard
4 Comments
Tags: Desktop, Editor, Java, keyboard
4 Comments
Non-textual editor actions
The UIINSPECT utility can be used to expand EditorMacro capabilities to non-text-insertion actions. This is how:
Categories: Desktop, High risk of breaking in future versions, Java
Tags: Desktop, Editor, Java, keyboard, UIInspect
4 Comments
Tags: Desktop, Editor, Java, keyboard, UIInspect
4 Comments
