Réponse apportée
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...

presque 14 ans il y a | 1

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

environ 14 ans il y a | 0

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

environ 14 ans il y a | 2

Réponse apportée
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...

plus de 14 ans il y a | 1

Réponse apportée
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...

plus de 14 ans il y a | 0

A soumis


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

plus de 14 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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...

plus de 14 ans il y a | 2

| A accepté

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

plus de 14 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 14 ans il y a | 1

| A accepté

A soumis


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

plus de 14 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Réponse apportée
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 ...

presque 15 ans il y a | 1

Réponse apportée
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...

presque 15 ans il y a | 3

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

presque 15 ans il y a | 0

Réponse apportée
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).

presque 15 ans il y a | 0

Réponse apportée
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...

presque 15 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 15 ans il y a | 0

Réponse apportée
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...

presque 15 ans il y a | 1

Réponse apportée
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...

presque 15 ans il y a | 0

Réponse apportée
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...

presque 15 ans il y a | 1

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

presque 15 ans il y a | 0

Réponse apportée
uicomponent - JApplett
Try placing an integrated browser control in the GUI, then add the applet to the webpage displayed in the browser control: ht...

presque 15 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 15 ans il y a | 0

Réponse apportée
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://...

environ 15 ans il y a | 1

Réponse apportée
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...

environ 15 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
JFreeChart Pointer for Dialdemo
needle2 = javaObjectEDT('org.jfree.chart.plot.dial.DialPointer$Pointer',0);

plus de 15 ans il y a | 0

| A accepté

A soumis


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

plus de 15 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


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

plus de 16 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


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

plus de 16 ans il y a | 1 téléchargement |

4.0 / 5
Thumbnail

A soumis


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

plus de 17 ans il y a | 1 téléchargement |

5.0 / 5

Charger plus