- Enclose with " for exact match e.g., "uitable report"
Useful links
Email Yair Altman
Subscribe to new posts (email)
Subscribe to new posts (feed)
Subscribe to new posts (reader)
Subscribe to comments (feed)
In May 2012, I will hold public training courses in Geneva, Switzerland and Tel-Aviv, Israel. Anyone interested please email me (altmany at gmail dot com) for more details. 
Get the book!Archives
Recent Posts
- Preallocation performance
- Customizing menu items part 3
- Customizing menu items part 2
- Customizing menu items part 1
- Setting axes tick labels format
- Specialized Matlab plots
- Spy Easter egg take 2
- Extending a Java class with UDD
- Expanding urlread capabilities
- Matlab’s internal memory representation
- Java stack traces in Matlab
- Profiling Matlab memory usage
- New training courses
- Using Java Collections in Matlab
- Matlab mex in-place editing
Categories
- Desktop (23)
- Figure window (28)
- Guest bloggers (25)
- GUI (77)
- Handle graphics (35)
- Hidden property (27)
- Icons (5)
- Java (97)
- Listeners (14)
- Memory (7)
- Mex (3)
- Presumed future risk (165)
- Semi-documented feature (5)
- Semi-documented function (26)
- Stock Matlab function (59)
- Toolbox (2)
- UI controls (28)
- Uncategorized (5)
- Undocumented feature (69)
- Undocumented function (18)
Recent Comments
- Vlad (16 hours 15 minutes ago): Hi, could you post an example, how to get/set cell and struct arrays with matlabcontrol library form remote java code? for example i...
- Alexander (17 hours 21 minutes ago): Dear Yair, thanks for the link. Indeed I’ve never seen this way of indexing befor and I’m sure I’ll use it in...
- Yair Altman (20 hours 0 minutes ago): @Alexander – using indexing to repeat array elements is such a standard technique for me that I didn’t even think...
- Alexander (20 hours 36 minutes ago): Dear Yair, in your nice post you used the code scalar = pi; % for example... data = scalar(ones(1000,3000)); % Variant A: 87.680...
- Richard (1 day 3 hours ago): I found it much easier to create a urlreadbin.m file based on urlread with a single line change. Edit urlread.m in the iofun...
- John (2 days 5 hours ago): Thanks Yair, I’ll try that.
- Yair Altman (2 days 7 hours ago): @John – I don’t believe that you can prevent the menu from closing. But if you trap the menu item’s callback,...
- John (3 days 1 hour ago): Yair, is there any way to have the menu remain open after clicking it? Suppose you wanted to have a menu with a bunch of booleans, and...
- Héctor (3 days 13 hours ago): I run on windows 7, Matlab R2010a. My Matlab has been doing things for 2 days and was release from heavy duty 5 minutes ago. This...
- Yair Altman (3 days 19 hours ago): @Anubhav – try using Matlab’s built-in opentoline function
Tag Archives: Pure Matlab
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
Command Window text manipulation
Special control characters can be used to format text output in Matlab’s Command Window.
Categories: Desktop, Low risk of breaking in future versions, Stock Matlab function
Tags: Pure Matlab
3 Comments
Tags: Pure Matlab
3 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