Risposto
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...

oltre 13 anni fa | 1

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

oltre 13 anni fa | 0

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

oltre 13 anni fa | 2

Risposto
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...

quasi 14 anni fa | 1

Risposto
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...

quasi 14 anni fa | 0

Inviato


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

circa 14 anni fa | 1 download |

5.0 / 5
Thumbnail

Risposto
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...

circa 14 anni fa | 2

| accettato

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

circa 14 anni fa | 2

| accettato

Risposto
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...

circa 14 anni fa | 1

| accettato

Inviato


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

oltre 14 anni fa | 1 download |

5.0 / 5
Thumbnail

Risposto
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 ...

oltre 14 anni fa | 1

Risposto
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...

oltre 14 anni fa | 3

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

oltre 14 anni fa | 0

Risposto
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).

oltre 14 anni fa | 0

Risposto
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...

oltre 14 anni fa | 0

| accettato

Risposto
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...

oltre 14 anni fa | 0

Risposto
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...

oltre 14 anni fa | 1

Risposto
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...

oltre 14 anni fa | 0

Risposto
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...

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

Risposto
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://...

quasi 15 anni fa | 1

Risposto
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...

quasi 15 anni fa | 2

| accettato

Risposto
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...

quasi 15 anni fa | 1

| accettato

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

quasi 15 anni fa | 0

| accettato

Inviato


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

circa 15 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


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

quasi 16 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


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

circa 16 anni fa | 1 download |

4.0 / 5
Thumbnail

Inviato


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

circa 17 anni fa | 1 download |

5.0 / 5

Carica altro