- Enclose with " for exact match e.g., "uitable report"
Useful links
-
Would you like advanced Matlab training courses
at the convenience of your location? For additional details, click here or email me (altmany at gmail.com) Archives
-
Recent Posts
- Using Java 7 in Matlab R2013a and earlier
- A couple of internal Matlab bugs and workarounds
- Matlab-Latex interface
- Real-time trading system demo
- Displaying animated GIFs
- HG2 update
- Improving save performance
- New York City visit, 21-24 May 2013
- Improving fwrite performance
- Setting class property types
- Parsing mlint (Code Analyzer) output
- ishghandle’s undocumented input parameter
- JTattoo look-and-feel demo
- HG’s undocumented parameters interface
- Handle Graphics Behavior
Categories
- Desktop (29)
- Figure window (34)
- Guest bloggers (33)
- GUI (95)
- Handle graphics (43)
- Hidden property (31)
- Icons (6)
- Java (114)
- Listeners (16)
- Memory (11)
- Mex (4)
- Presumed future risk (215)
- Semi-documented feature (6)
- Semi-documented function (27)
- Stock Matlab function (84)
- Toolbox (2)
- UI controls (30)
- Uncategorized (7)
- Undocumented feature (101)
- Undocumented function (23)
Tags
ActiveX Callbacks COM Compiler Desktop Donn Shull Editor FindJObj GUI GUIDE Handle graphics HG2 Hidden property HTML Icons Internal component Java JavaFrame JIDE JMI Joshua Kaplan keyboard Listener Malcolm Lidierth Matt Whitaker Memory Menubar Mex Performance Profiler Pure Matlab schema schema.class schema.prop scribe Semi-documented function Toolbar uicontrol UIInspect uitable uitools uiundo Undocumented feature Undocumented function Undocumented propertyRecent Comments
- Yair Altman (5 hours 7 minutes ago): @Steve – thanks for the clarification, duly noted.
- Steve Coleman (8 hours 46 minutes ago): Just a note. The Try/Catch construct can have a tremendous performance hit if used inside a loop that is executed many many...
- Igor (1 day 17 hours ago): >> Do you have a smart use for the figure’s minimization or maximization feature? or another use for JavaFrame? If so, please...
- Martin Höcker (2 days 6 hours ago): After upgrading to Matlab2013a, it took me a while to figure out that Mathworks has changed the DDE “Application...
- Robin (2 days 7 hours ago): Are you sure Matlab doesn’t compress structures/cells saved in v7.3? I have exactly the opposite problem that it is not able to...
- Yair Altman (4 days 5 hours ago): @CrisPi – all you need to do is to add the class which is specified in the Workspace’s Class column (in this case,...
- Donn Shull (4 days 8 hours ago): I agree that the disparity between these two values is odd. I might consider it as a feature and explain it as follows. Dialog...
- Malcolm Lidierth (4 days 23 hours ago): @CrisPi Complex numbers do not have a special type: a complex number is stored as two numbers representing its real and...
- Andrew (5 days 1 hour ago): I’ve noticed this as well. I find it unhelpful as a developer. It can be useful to know if a bug exists and/or has been fixed...
- Brian (5 days 3 hours ago): Thanks Lubos. Matlab’s text engine doesn’t seem to support the soul package. When I get some time, I will try to switch...
-
-
Yearly Archives: 2009
GUI integrated HTML panel
Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.
Categories: GUI, Java, Low risk of breaking in future versions, UI controls
Tags: FindJObj, GUI, HTML, Java, uicontrol
3 Comments
Tags: FindJObj, GUI, HTML, Java, uicontrol
3 Comments
GUI integrated browser control
A fully-capable browser component is included in Matlab and can easily be incorporated in regular Matlab GUI applications. This article shows how.
Categories: Figure window, GUI, Handle graphics, Java, Medium risk of breaking in future versions, UI controls
Tags: GUI, Handle graphics, HTML, Java, Pure Matlab, uicontrol
15 Comments
Tags: GUI, Handle graphics, HTML, Java, Pure Matlab, uicontrol
15 Comments
Customizing help popup contents
The built-in HelpPopup, available since Matlab R2007b, has a back-door that enables displaying arbitrary text, HTML and URL web-pages.
Categories: Desktop, High risk of breaking in future versions, Java, Undocumented feature
Tags: Desktop, HTML, Java, Undocumented feature
5 Comments
Tags: Desktop, HTML, Java, Undocumented feature
5 Comments
Customizing print setup
Matlab figures print-setup can be customized to automatically prepare the figure for printing in a specific configuration
Undocumented XML functionality
Matlab’s built-in XML-processing functions have several undocumented features that can be used by Java-savvy users
Customizing Matlab labels
Matlab’s text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations
Categories: GUI, Handle graphics, Hidden property, Java, Low risk of breaking in future versions, UI controls
Tags: FindJObj, GUI, Handle graphics, Hidden property, HTML, Java, uicontrol
4 Comments
Tags: FindJObj, GUI, Handle graphics, Hidden property, HTML, Java, uicontrol
4 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
27 Comments
Tags: Desktop, Editor, FindJObj, Java, UIInspect
27 Comments
Updating speaker sound volume
Matlab enables setting the speaker volume via documented Java calls
