Useful links
Recent Posts
- Matlab toolstrip – part 9 (popup figures)
- Matlab toolstrip – part 8 (galleries)
- Matlab toolstrip – part 7 (selection controls)
- Matlab toolstrip – part 6 (complex controls)
- Matlab toolstrip – part 5 (icons)
- Matlab toolstrip – part 4 (control customization)
- Reverting axes controls in figure toolbar
- Matlab toolstrip – part 3 (basic customization)
- Matlab toolstrip – part 2 (ToolGroup App)
- Matlab toolstrip – part 1
- Matlab callbacks for uifigure JavaScript events
- Customizing web-GUI uipanel
- Scrollable GUI panels
- Multi-threaded Mex
- Plot legend customization
Archives
Categories
- Desktop (45)
- Figure window (59)
- Guest bloggers (65)
- GUI (164)
- Handle graphics (82)
- Hidden property (41)
- Icons (15)
- Java (174)
- Listeners (22)
- Memory (16)
- Mex (13)
- Presumed future risk (389)
- Public presentation (6)
- Semi-documented feature (10)
- Semi-documented function (35)
- Stock Matlab function (137)
- Toolbox (9)
- UI controls (52)
- Uncategorized (13)
- Undocumented feature (214)
- Undocumented function (37)
Tags
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 feature Semi-documented function Toolbar Toolstrip uicontrol uifigure UIInspect uitools Undocumented feature Undocumented function Undocumented propertyRecent Comments
- EHSAN (4 days 1 hour ago): in the name of god DEAR Yair I’m having a project with a graphical user interface environment with a MacAccess user and I’ve encountered a problem. I want to be in the...
- Yair Altman (4 days 1 hour ago): @Phil – as you discovered, this conversion is automatically done by Matlab. I am not familiar with a way to override it. The best choice is to store the scalar along with...
- Phil (4 days 11 hours ago): Is there any workaround to prevent Matlab from automatic converting scalar, numeric Java types into doubles? (described here https://www.mathworks.com/help /matlab/matlab_external/ha...
- Yair Altman (4 days 13 hours ago): @Jim – you can implement a simple GUI that has an editbox, which searches for and displays the relevant file/folder completions whenever the user types anything in the...
- Jim Van Zandt (4 days 14 hours ago): I have a significantly different use case (but one using many of the same keywords
– I have a function that asks the user to type in a path or file name, and I would...
- Yair Altman (7 days 22 hours ago): Matlab’s statusbar hack only works with non-docked figures. If you need them to work also in docked figures, replicate the functionality using regular panels.
- Yair Altman (7 days 22 hours ago): Jan – if you mean the controls in the statusbar, the only controls that change their relative position are the ones that are attached to right (“East”) border,...
- Yair Altman (7 days 23 hours ago): The slider thumb color is typically set by the Look&Feel and cannot be changed, except by changing the L&F’s standard control color (which is not advisable). To...
- Yair Altman (8 days 10 hours ago): @Batuhan – I don’t know what exactly happened in your specific case, but it could be that you are not storing the ToolGroup handle in a persistent location, as I...
- RichardST (14 days 18 hours ago): Hello All, Ok, I see that I was doing wrong. I needed to: i) wrap the event in a handle, as per the advice above ii) change the callback to display the event’s properties >>...
- RichardST (14 days 19 hours ago): Hello Yair, Is this still meant to work in later versions of MATLAB? With my version of MATLAB Version 9.4 (R2018a) My results are: >> evt = EventTest evt = EventTest@71652c98 >>...
- Michele (16 days 16 hours ago): Dear Yair, I would like to be able to enable/disable editing of specific cells in my table (not just the whole column!), and perhaps also grey-out the disabled cells. Does your...
- jmarco (17 days 12 hours ago): @Yair Altman – Thanks for the quick response. I’ll investigate the color properties some more. I tried changing the look and feel using the directions on your website,...
- Yair Altman (17 days 12 hours ago): This is not a settable property of the standard Swing JSlider. You need to modify the slider’s look-&-feel properties. These include several color properties, so play...
- jmarco (17 days 12 hours ago): Is there a way to color in the slider between the lower bound and the current value? Here’s an example of what I mean: (in case the image doesn’t load, this image is from...
Contact Us
Tag Archives: Dot-Net
2 relevant articles found:Explicit multi-threading in Matlab part 2
Matlab performance can be improved by employing .Net (C#, VB, F# or C++) threads.
uiinspect
uiinspect is a Matlab utility that displays detailed information about an object’s methods, properties and callbacks in a single GUI window.
Categories: GUI, Hidden property, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: COM, Dot-Net, GUI, Hidden property, Java, JIDE, Optical illusion, UIInspect, Undocumented feature
6 Comments
Tags: COM, Dot-Net, GUI, Hidden property, Java, JIDE, Optical illusion, UIInspect, Undocumented feature
6 Comments