已提交


getHWnd - retrieve the underlying Windows handle for Matlab figure(s)
Enable C++ GUI integration by retrieving the HWnd handle of matlab figure(s)

6 years 前 | 2 次下载 |

已提交


statusbar
set/get status bar(s) for GUI figures & Matlab desktop

6 years 前 | 3 次下载 |

Thumbnail

已回答
How do I extract data from MATLAB figures?
Note that the official MathWorks answer above relies on opening and displaying the figure (using the open() function) before ext...

6 years 前 | 8

已回答
Matlab and Interactive Brokers
Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the <https://www.mathwo...

6 years 前 | 0

已回答
Is it possible to build a Matlab-GUI completely with HTML and CSS?
The latest Matlab GUI (created using the App Designer tool or the uifigure function) is based on HTML, JavaScript and CSS - not ...

6 years 前 | 4

已回答
How to use the data brush tool to automatically save selected points in multiple line plots
See an explanation and discussion of the undocumented BrushData functionality here: https:/​/​undocumentedmatlab.​com/​articl...

6 years 前 | 0

已提交


autoScaleImageCLim
Automatically update an image axes' CLim based on displayed portion

7 years 前 | 2 次下载 |

Thumbnail

已回答
How to unblock a deployed application blocked by antivirus?
Another possible cause for the antivirus block is the XML manifest file which is included in the deployed executable. Additi...

7 years 前 | 0

已回答
What is the fastest way to export a figure in MATLAB?
ScreenCapture: <https://www.mathworks.com/matlabcentral/fileexchange/24323-screencapture-get-a-screen-capture-of-a-figure-frame-...

7 years 前 | 2

已回答
Interactive Brokers API Connection Error
Sometime in recent years, presumably around API version 9.70, IB changed their COM server's ProgID from 'TWS.TwsCtrl.1' to 'TWS....

7 years 前 | 0

已回答
MatLab Trading toolbox - and IB TWS
Version 9.69 refers to the <https://www.interactivebrokers.com/en/index.php?f=5041 IB API version>, not the TWS version. As of t...

7 years 前 | 0

已回答
Trading Toolbox IB API Version
Sometime in recent years, presumably around TWS API 9.70, IB changed their COM server's ProgID from 'TWS.TwsCtrl.1' to 'TWS.TwsC...

7 years 前 | 0

已回答
Connecting to Interactive Broker
Sometime in recent years, presumably around TWS API 9.70, IB changed their COM server's ProgID from 'TWS.TwsCtrl.1' to 'TWS.TwsC...

7 years 前 | 0

已回答
Anyone get Traders Toolbox working with R2017b and Interactive Brokers?
I believe that this problem is explained and answered here: <https://www.mathworks.com/matlabcentral/answers/371467-error-conn...

7 years 前 | 0

| 已接受

已回答
How can I solve this problem?
You can also try the suggestions here: https://www.mathworks.com/matlabcentral/answers/111625-trading-toolbox-connecting-to-inte...

7 years 前 | 0

已回答
Removing a panel without affecting buttons and axis
Here is an undocumented way to set the panel's background to transparent - this works on HG2 (R2014b onward): jPanel = hPan...

7 years 前 | 2

已回答
Undocumented style of changing matlab font
com.mathworks.services.FontPrefs.setCodeFont(javaAwtFont) The FontPrefs class contains other useful static methods to set/g...

7 years 前 | 3

| 已接受

已回答
How to pin annotations (or text) to a graph below the x-axis?
The undocumented ability to pin annotations to a specific axes location is explained here: <https://undocumentedmatlab.com/blog/...

7 years 前 | 0

已回答
Get IP address over a Edit box
Matlab comes with a built-in IP component, com.jidesoft.field.IPTextField, which is part of the JIDE library of components. You ...

7 years 前 | 2

| 已接受

已回答
I bought MATLAB and Trading toolbox to automate my trading with Interactive brokers (IB) in Dec. 2017, but it doesn't work.
As you've noticed, using IB's COM/ActiveX API (which is used by the Trading Toolbox) has severe limitations. In addition to the ...

7 years 前 | 4

| 已接受

已回答
Prompt user before clearing axis when using the "clear axes" context menu
Here is a full code example that works and replaces the "Clear Axes" menu with something else (feel free to modify the label, ca...

7 years 前 | 2

已回答
Error connecting Interactive Brokers TWS to MATLAB
I believe that sometime in recent years, presumably around TWS API 9.70, IB changed their COM server's ProgID from 'TWS.TwsCtrl....

7 years 前 | 0

已回答
Hi, what is the earliest data point when using interactive brokers with Trading Toolbox of MATLAB
IB imposes <https://interactivebrokers.github.io/tws-api/historical_limitations.html#gsc.tab=0 historical data limitations> base...

7 years 前 | 0

已回答
Error connecting Interactive Brokers TWS to MATLAB
Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the <https://www.mathwo...

7 years 前 | 0

已回答
Connect Interactive Brokers Trader Workstation with Matlab
Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the <https://www.mathwo...

7 years 前 | 0

已回答
Interactive Broker and Matlab connection on a Mac
As Steve noted, Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the <ht...

7 years 前 | 0

已回答
Prompt user before clearing axis when using the "clear axes" context menu
@localClearAxes is an internal function within _%matlabroot%/toolbox/matlab/graph2d/private/plotSelectMode.p_ (as you can immedi...

7 years 前 | 1

已回答
Issue importing Java class to R17 paths but not R14
Try the suggestions listed here: <https://undocumentedmatlab.com/blog/java-class-access-pitfalls>

7 years 前 | 0

| 已接受

已回答
datacursormode: how to display info about current data point in relation to all data points on the same figure?
You can get the clicked line object from event_obj.Target, and from there get the corresponding data points for the entire line:...

7 years 前 | 0

已回答
Set programmatically a Data Cursor in an Axes represenation in a GUI
As followup to Prashant's answer, additional information on the *undocumented/unsupported* datacursormode object's _createDatati...

7 years 前 | 3

加载更多