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

etwa 14 Jahre vor | 1

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

etwa 14 Jahre vor | 0

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

etwa 14 Jahre vor | 2

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

Gesendet


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

mehr als 14 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

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

mehr als 14 Jahre vor | 2

| akzeptiert

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

mehr als 14 Jahre vor | 2

| akzeptiert

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

mehr als 14 Jahre vor | 1

| akzeptiert

Gesendet


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

fast 15 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

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

fast 15 Jahre vor | 1

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

fast 15 Jahre vor | 3

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 0

| akzeptiert

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 1

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 1

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

fast 15 Jahre vor | 0

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

fast 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 2

| akzeptiert

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

mehr als 15 Jahre vor | 1

| akzeptiert

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

mehr als 15 Jahre vor | 0

| akzeptiert

Gesendet


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

mehr als 15 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 16 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 16 Jahre vor | 1 Download |

4.0 / 5
Thumbnail

Gesendet


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

mehr als 17 Jahre vor | 1 Download |

5.0 / 5

Mehr laden