Answered
how to create shortcut for "brushing/create new variable"
You might find the following article relevant in your search for programmatic access to plot data-brushing: http://Undocumente...

13 years ago | 1

Answered
Groovy programming in MATLAB
For anyone's information, I just posted the following article by Malcolm about using Groovy in Matlab: http://UndocumentedMatla...

13 years ago | 0

Answered
How to find the Process ID (PID) in matlab
pid = feature('getpid') More undocumented features: <http://undocumentedmatlab.com/blog/undocumented-feature-function/>

13 years ago | 2

Answered
How do I access a Java inner class from Matlab?
You don't need to create new instances, and in fact in some cases the class may not allow you to create a new instance. Here are...

14 years ago | 1

Answered
GUI development advice
http://UndocumentedMatlab.com is full of examples of how you can really spice up your Matlab GUI using Java, which is free and b...

14 years ago | 0

Submitted


TabComplete
Sets Command-Window tab completion for specified functions & arguments: types and custom strings

14 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
uitable scroll behaves very slow ...
Matlab's _*uitable*_ is very inefficient in its handling of data: each cell element is a separate object that needs to be separa...

14 years ago | 2

| accepted

Answered
Determine row height uitable
Use <http://undocumentedmatlab.com/blog/findjobj-find-underlying-java-object/ findjobj> to get the uitable's underlying Java JTa...

14 years ago | 2

| accepted

Answered
figure menu when resizing
This is covered in section 5.2.1 of my <http://UndocumentedMatlab.com/matlab-java-book/ Matlab-Java book>: jFrame = get(handl...

14 years ago | 1

| accepted

Submitted


setFigTransparency - set figure transparency / fading
setFigTransparency sets the transparency/opacity of a figure window, with optional fading effect

14 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
Is PAUSE a superset of DRAWNOW?
For the reasons that Bill mentioned above, in my work which often involves Java GUI that requires explicit flushing and waiting ...

14 years ago | 1

Answered
Possible to set a tooltip for each option of a popupmenu?
Setting item-specific tooltips is not very difficult, using just a tiny bit of undocumented magic powder. Take a look here: <htt...

14 years ago | 3

Answered
How to improve GUI
Matlab's built-in tab system is described in detail in the following articles: * <http://UndocumentedMatlab.com/blog/tab-pane...

14 years ago | 0

Answered
Error in importing data from Excel file (new today--did not have same error yesterday)
The error seems to indicate that the problem in your Excel file is that it has a worksheet with an empty name (title).

14 years ago | 0

Answered
Abstract Java Classes In Matlab
To the best of my knowledge, Java abstract classes cannot generally be used in Matlab, since you cannot instantiate an object of...

14 years ago | 0

| accepted

Answered
How to watch from matlab what I'm watching on my monitor ?
In addition to Walter's answer above, you could also use my ScreenCapture utility to capture any screen rectangle (x,y,width,hei...

14 years ago | 0

Answered
persistent error message at command window prompt...
Try to found out why Matlab wants to access this filepath (which is invalid) in the first place - the MATLAB.prf file is normall...

14 years ago | 1

Answered
Change Size of GUI Radio Buttons
You can either toy around with the Look-and-Feel (PLAF or L&F): http://UndocumentedMatlab.com/blog/modifying-matlab-look-and-fe...

14 years ago | 0

Answered
Create a GUI in Java and calling Matlab scripts from Java
You can use the MatlabControl Java package to call Matlab directly from Java without needing the Matlab Builder JA toolbox: htt...

14 years ago | 1

Answered
Java GUI and Matlab Functionality
This is indeed possible. There are numerous examples of doing so in the UndocumentedMatlab.com website (including callbacks). Ja...

14 years ago | 0

Answered
uicomponent - JApplett
Try placing an integrated browser control in the GUI, then add the applet to the webpage displayed in the browser control: ht...

14 years ago | 0

| accepted

Answered
How to use rotatable 3D mesh graphs in presentation
Sven Körner described a way to do this using a combination of STL-export, Java and HTML: http://undocumentedmatlab.com/blog/jf...

15 years ago | 0

Answered
How to programmatically scroll down multiline edit box ?
Answered in this article: http://undocumentedmatlab.com/blog/setting-line-position-in-edit-box-uicontrol/ Yair Altman http://...

15 years ago | 1

Answered
How can I get the HWND (Native Window Handle) of the client region of UIPANEL on MATLAB Figure?
uipanels don't have their own HWND. If you use a utility such as Spy++ (which is bundled with Microsoft Visual Studio) or Winspe...

15 years ago | 2

| accepted

Answered
How to use a panel created inside a .fig file by other different .fig file?
Explained here: http://undocumentedmatlab.com/blog/tab-panels-uitab-and-relatives/ Related articles: * http://undocumentedm...

15 years ago | 1

| accepted

Answered
JFreeChart Pointer for Dialdemo
needle2 = javaObjectEDT('org.jfree.chart.plot.dial.DialPointer$Pointer',0);

15 years ago | 0

| accepted

Submitted


EditorMacro - assign a macro to a keyboard key-stroke in the Matlab Editor and Command Window
EditorMacro assigns a macro or action to requested key-binding in the Matlab Editor & Command Window

15 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


SpinnerDemo
A utility that demonstrates usage of Java Spinner controls in Matlab

16 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


SYSTRAY - set/get system-tray icons on your computer's desktop
sets icons in the system-tray of your computer's desktop & enables setting/getting icon properties

16 years ago | 1 download |

4.0 / 5
Thumbnail

Submitted


Convert a vector/array/matrix of values into a comma-separated string
Converts input of unknown size/type into compact single-line string suitable for log files & uitable

17 years ago | 1 download |

5.0 / 5

Load more