- Enclose with " for exact match e.g., "uitable report"
- Advanced on-site Matlab training - amazing value
Useful links
Recent Posts
- Accessing internal Java class members
- Static Java classpath hacks
- Using linkaxes vs. linkprop
- Matlab designs by Tim Smith
- Capturing print events
- JGraph in Matlab figures
- Some performance-tuning tips
- Sliders in Matlab GUI
- Persisting transparent colors in HG2
- Undocumented HG2 graphics events
- copyobj behavior change in HG2
- General-use object copy
- Auto-completion widget
- Undocumented view transformation matrix
- Handle object as default class property value
Archives
Categories
- Desktop (35)
- Figure window (37)
- Guest bloggers (49)
- GUI (124)
- Handle graphics (67)
- Hidden property (35)
- Icons (7)
- Java (143)
- Listeners (19)
- Memory (14)
- Mex (9)
- Presumed future risk (301)
- Semi-documented feature (7)
- Semi-documented function (31)
- Stock Matlab function (116)
- Toolbox (4)
- UI controls (41)
- Uncategorized (10)
- Undocumented feature (152)
- Undocumented function (30)
Tags
ActiveX 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 scribe Semi-documented function Toolbar uicontrol UIInspect uitable uitools uiundo Undocumented feature Undocumented function Undocumented propertyRecent Comments
- Yair Altman (23 hours 0 minutes ago): @Yow-Ren – your hPlot variable is not a plot handle (returned from the plot function) but a figure handle, so of course it doesn’t work…
- Yow-Ren Chang (1 day 4 hours ago): Hello, I am trying to follow your example of grabbing the brushed data. Before I continue, I’m not really good with Matlab so I apologize if I am a bit slow to follow....
- Reza (5 days 11 hours ago): @Przemek, did you get the RabbitMQ stuff to work in Matlab with events triggering matlab functions? I’d appreciate a chat if you have time. mojo2023 at gmail thanks. /r
- Martin Lechner (5 days 16 hours ago): Thank you for the very good information to use Java from Matlab. I have the problem the Matlab normally casts all scalar primitive data types to double. This is OK for the...
- Yair Altman (11 days 14 hours ago): @Priyanka – this functionality is only available in Matlab’s new graphics system (HG2), which became officially available in Matlab release R2014b (i.e., 3 releases...
- Yair Altman (11 days 14 hours ago): @Shahbaz – I believe that your Matlab installation is corrupt. Try to uninstall Matlab and then re-install it from scratch.
- shahbaz (11 days 16 hours ago): Matlab r2014a is not open this show”boost_date_time-vc1 10-mt1_49.dll missing your computer how to solve this problem help me sir
- Ilya (11 days 17 hours ago): If I’ve understood (and tested) it correctly, Inf-padding at the end of any of the 2 input vectors should not be a problem (sometimes vectors are 0 or NaN padded to preserve...
- Priyanka (11 days 17 hours ago): Thanks for this useful tip! I’m still finding my way around MATLAB, and unfortunately I’m stuck – was wondering if I can access the hidden MarkerHandle in Matlab...
- Yair Altman (12 days 11 hours ago): @Flo – R2011b uses JVM 1.6 by default – you’re trying to run it with a version that is 2 full generations newer, so I’m not surprised that some things...
- flo (12 days 13 hours ago): I tried out Matlab 2011b and JVM 1.8 The GUI ist starting and plots are shown well. If I set the figure visible off, an then set the figure visible on, there are just the axes elements,...
- mark mikofski (14 days 11 hours ago): I wish I had put more detail into using Newtonsoft JSON.net. Here’s a Gist demo % download JSON.net from https://github.com/JamesNK/New tonsoft.Json/releases % extract...
- Niko (14 days 11 hours ago): Hi Yair, Is it possible to have multiple objects share the same uicontextmenu? I’ve tried it but the problem is I don’t know how to figure out which object is right-clicked...
- Sandor Toth (15 days 16 hours ago): Dear Yair, do you know a way to change the XTickLabel vertical position, a.k.a its distance from the x-axis line? The generally suggested solution is to recreate the labels...
- Yair Altman (16 days 9 hours ago): @Christina – sounds like something’s funky with your Java. Java warnings cannot be suppressed. You have a very old Matlab release so try upgrading to a newer release.
Contact Us
Yearly Archives: 2015
26 relevant articles found:Accessing internal Java class members
Java inner classes and enumerations can be used in Matlab with a bit of tweaking.
Categories: Java, Low risk of breaking in future versions, Undocumented feature
Tags: Java, Undocumented feature
1 Comment
Tags: Java, Undocumented feature
1 Comment
Static Java classpath hacks
Several hacks that facilitate using the static Java classpath in Matlab are explained.
Categories: High risk of breaking in future versions, Java, Undocumented feature
Tags: Java, Undocumented feature
2 Comments
Tags: Java, Undocumented feature
2 Comments
Matlab designs by Tim Smith
Tim Smith is responsible for many of Matlab’s new designs
Capturing print events
Matlab print events can be trapped by users to enable easy printout customization.
JGraph in Matlab figures
JGraph is a powerful open-source Java library that can easily be integrated in Matlab figures.
Categories: Guest bloggers, GUI, Java, Low risk of breaking in future versions
Tags: GUI, Java, Scott Koch
2 Comments
Tags: GUI, Java, Scott Koch
2 Comments
Some performance-tuning tips
Matlab can be made to run much faster using some simple optimization techniques.
Categories: GUI, Low risk of breaking in future versions, Stock Matlab function
Tags: GUI, I/O, Performance, Pure Matlab
3 Comments
Tags: GUI, I/O, Performance, Pure Matlab
3 Comments
Sliders in Matlab GUI
Professional-looking slider controls can easily be integrated in Matlab GUI.
Categories: GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: GUI, Java, JIDE, uicontrol, Undocumented feature
16 Comments
Tags: GUI, Java, JIDE, uicontrol, Undocumented feature
16 Comments
Persisting transparent colors in HG2
We can set semi- and fully-transparent colors in HG2 for multiple graphic objects, but making these settings stick is non-trivial.






