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

casi 14 años hace | 1

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

casi 14 años hace | 0

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

casi 14 años hace | 2

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 0

Enviada


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

alrededor de 14 años hace | 2 descargas |

5.0 / 5
Thumbnail

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

más de 14 años hace | 2

| aceptada

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

más de 14 años hace | 2

| aceptada

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

más de 14 años hace | 1

| aceptada

Enviada


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

más de 14 años hace | 1 descarga |

5.0 / 5
Thumbnail

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

más de 14 años hace | 1

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

más de 14 años hace | 3

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

más de 14 años hace | 0

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

más de 14 años hace | 0

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

más de 14 años hace | 0

| aceptada

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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 0

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

más de 14 años hace | 1

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

más de 14 años hace | 0

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

más de 14 años hace | 0

| aceptada

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

casi 15 años hace | 0

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 2

| aceptada

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 0

| aceptada

Enviada


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

alrededor de 15 años hace | 4 descargas |

5.0 / 5
Thumbnail

Enviada


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

alrededor de 16 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


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

alrededor de 16 años hace | 1 descarga |

4.0 / 5
Thumbnail

Enviada


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

alrededor de 17 años hace | 1 descarga |

5.0 / 5

Cargar más