Useful links
Recent Posts
- Spicing up the Matlab Editor
- Auto-scale image colors
- Adding custom properties to GUI objects
- IP address input control
- Customizing axes tick labels
- Customizing histogram plots
- Toolbar button labels
- Using SQLite in Matlab
- PlotEdit context-menu customization
- Builtin PopupPanel widget
- Customizing uifigures part 3
- Customizing contour plots part 2
- The HotLinks feature
- Tips for accelerating Matlab performance
- Faster csvwrite/dlmwrite
Archives
Categories
- Desktop (43)
- Figure window (50)
- Guest bloggers (59)
- GUI (151)
- Handle graphics (81)
- Hidden property (41)
- Icons (7)
- Java (169)
- Listeners (21)
- Memory (15)
- Mex (12)
- Presumed future risk (369)
- Public presentation (6)
- Semi-documented feature (9)
- Semi-documented function (33)
- Stock Matlab function (135)
- Toolbox (7)
- UI controls (50)
- Uncategorized (13)
- Undocumented feature (200)
- Undocumented function (37)
Tags
ActiveX AppDesigner Callbacks COM Compiler Desktop Donn Shull Editor Figure FindJObj GUI GUIDE Handle graphics HG2 Hidden property HTML Icons Internal component Java JavaFrame JIDE JMI Listener Malcolm Lidierth MCOS Memory Menubar Mex Optical illusion Performance Profiler Pure Matlab schema schema.class schema.prop Semi-documented function Toolbar uicontrol uifigure UIInspect uitable uitools Undocumented feature Undocumented function Undocumented propertyRecent Comments
- MatthieuC (2 days 6 hours ago): To give more detail about my question… I would add some Subversion specific actions on Right-Click (for instance, setting working copy depth commands). Thank you for your...
- torsion27 (3 days 0 hours ago): is there a matlab gui way to set the row color? i am trying to get the row green if checkbox is checked and red if not, and can’t find a way right now. Tanks for help % ---...
- MatthieuC (3 days 5 hours ago): Hello ! Is there an equivalent for the “Current Folder” context-menu? I know the package is com.mathworks.mlwidgets.explor er but I cannot handle the way of adding...
- Tom (9 days 3 hours ago): Thanks for this tutorial. You saved me a ton of work. After Matlab crashed and corrupted my .mlapp file, I was able to unzip the .mlapp file and get to my GUI code and recreate my GUI....
- Yair Altman (21 days 2 hours ago): @Eric – HTML alignments only work within the area that the control allocates for the contents. It so happens that Java Swing allocates a tightly-fitting area for controls,...
- Mogh (21 days 10 hours ago): My same problem with “mput” function is solved. thanks a lot for your useful suggestion.
- Eric (22 days 0 hours ago): Yair, I have a tab group positioned on the left using TabLocation and i am ok with the auto-sizing of the tabs to fit the longest tab name, but for all the tab names i would like them...
- Nino (24 days 2 hours ago): Hi Yair, First of all, thank you very much for this great website. So far, together with your 2 books (which I recommend to buy and read), it represents the best resource available...
- Yair Altman (24 days 7 hours ago): @Roc – thanks for the follow-up for the benefit of other readers
- Roc Woods (24 days 7 hours ago): I solved the problem. The problem is that when you compile to DLL, if you use the following command mcc -W cpplib:testDeserialized -T link:lib testDeserialized.m -C; the compiler...
- Lokesh Sharma (27 days 7 hours ago): this is a good method…
- Yair Altman (27 days 8 hours ago): Unfortunately, using the Python object requires a separate installation of Python. While it is true that many users already have Python installed, many others do not and for...
- Yair Altman (27 days 8 hours ago): I discussed Ctrl-C interrupts here: https://undocumentedmatlab.com /blog/mex-ctrl-c-interrupt
- Sam Roberts (29 days 1 hour ago): Maarten, No, you can’t do that, although MathWorks are considering the possibility for a future enhancement. A similar question was asked on StackOverflow a while ago...
- Roc Woods (29 days 1 hour ago): @Yair, Thank you very much. I tried your suggestion, but it still has the same result as previous. It is noteworthy that the following code works fine in MATLAB: function...
Contact Us
Monthly Archives: March 2010
5 relevant articles found:Plot LimInclude properties
The plot objects’ XLimInclude, YLimInclude, ZLimInclude, ALimInclude and CLimInclude properties are an important feature, that has both functional and performance implications.
Axes LooseInset property
Matlab plot axes have an undocumented LooseInset property that sets empty margins around the axes, and can be set to provide a tighter fit of the axes to their surroundings.
Plot LineSmoothing property
LineSmoothing is a hidden and undocumented plot line property that creates anti-aliased (smooth unpixelized) lines in Matlab plots
Matlab and the Event Dispatch Thread (EDT)
The Java Swing Event Dispatch Thread (EDT) is very important for Matlab GUI timings. This article explains the potential pitfalls and their avoidance using undocumented Matlab functionality.
Setting desktop tab completions
The Matlab desktop’s Command-Window tab-completion can be customized for user-defined functions