回答済み
Error in ibtws connecting (Trading Toolbox)
This problem is due to using the ActiveX connector to IB. You might wish to try the cross-platform Java-based approach (not A...

11年以上 前 | 0

送信済み


UIINSPECT - display methods, properties & callbacks of an object
Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window

11年以上 前 | ダウンロード 14676 件 |

5.0 / 5
Thumbnail

送信済み


IQ analysis utilities
Set of functions for analyzing IQ values

11年以上 前 | ダウンロード 202 件 |

0.0 / 5
Thumbnail

回答済み
2014b axis label errors when printing to postscript
I've just committed a fix in <https://github.com/altmany/export_fig export_fig> for this Matlab bug - any Tex/LaTeX strings will...

11年以上 前 | 1

回答済み
How to eval expressions in Simulink Data Dictionaries
For anyone interested, Donn Shull has just posted a detailed article explaining the Simulink Data Dictionary's undocumented API ...

11年以上 前 | 1

送信済み


UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers
Split a container (figure/frame/uipanel) into two resizable sub-containers, like Java's JSplitPane

11年以上 前 | ダウンロード 6250 件 |

4.83333 / 5
Thumbnail

送信済み


Java-based data table
Spreadsheet display/editing/sorting of data with multiple features

11年以上 前 | ダウンロード 10149 件 |

4.7 / 5
Thumbnail

送信済み


Accelerating MATLAB Performance source files
Source files for the book "Accelerating MATLAB Performance", CRC Press, 2014

12年弱 前 | ダウンロード 1236 件 |

5.0 / 5
Thumbnail

回答済み
Colorbar Minor Tickmarks with 2014b
h_c.Ruler contains properties that support minor-ticks: |MinorTick|, |MinorTicks| and |MinorTickVisible| (='off' by default). Th...

12年弱 前 | 1

回答済み
How to set the property for jslider
http://undocumentedmatlab.com/blog/matlab-callbacks-for-java-events-in-r2014a

12年弱 前 | 0

| 採用済み

回答済み
how to make edit text in gui to show the latest result?
An example that contains what you wanted (to automatically set the caret position to the end of the editbox) is provided here: ...

12年弱 前 | 1

送信済み


setPrompt - Set the Command Window prompt
Sets the Command Window prompt to the specified string

12年弱 前 | ダウンロード 2273 件 |

4.90909 / 5
Thumbnail

回答済み
placeOrderEx function not working
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

回答済み
I got an error in trading toolbox when I try to get history of an ib contract.
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

回答済み
Connection with Interactive Broker
You can see more information about IB-Matlab here: <http://undocumentedmatlab.com/ib-matlab> Feel free to contact me to get a...

約12年 前 | 0

| 採用済み

回答済み
Variable amount of checkboxes in listbox (programmatic GUI)
There are actually 2 built-in controls that you could use within Matlab: # com.jidesoft.swing.CheckboxList # com.mathworks.m...

約12年 前 | 2

回答済み
Documentation For com.mathworks.mlwidgets.html.HTMLPrefs Interface
The only place where you will find documentation for internal Matlab components is, well, in <http://UndocumentedMatlab.com> and...

約12年 前 | 0

回答済み
Handling user-defined matlab class returned from Java collection
The solution is to simply convert the Matlab object (any non-primitive Matlab data) into something that Java knows. Here are 3 w...

約12年 前 | 0

回答済み
How to connect and retrieve data from Interactive Brokers
The IBMatlab function is part of the IB-Matlab product, sold separately from the MathWorks Trading Toolbox. You can see more inf...

約12年 前 | 0

送信済み


savezip
save/load data in a compressed zip file

約12年 前 | ダウンロード 756 件 |

0.0 / 5

回答済み
How to display customised tip in Debug editor mode?
I <http://undocumentedmatlab.com/blog/class-object-tab-completion-and-improper-field-names blogged about this> last week. Basica...

約12年 前 | 2

| 採用済み

回答済み
Matlab Engine EngGetVariable causes TCP/IP socket to disconnect?
You may wish to try the cross-platform IB-Matlab product, which is Java-based and works quite well on Linux (as well as Windows ...

約12年 前 | 0

回答済み
Why do I get "No method 'reqMktDataEx' with matching signature found for class 'COM.TWS_TwsCtrl_1'." in 2014a
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

回答済み
Why do I get "No method 'reqHistoricalDataEx' with matching signature found for class 'COM.TWS_TwsCtrl_1'." in 2014a
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

回答済み
Why do I get "No method 'reqHistoricalDataEx' with matching signature found for class 'COM.TWS_TwsCtrl_1'." in 2014a
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

回答済み
Matlab crashes when connecting to TWS - Interactive Brokers
You may wish to try the cross-platform IB-Matlab product, which is Java-based (not ActiveX): <http://undocumentedmatlab.com/i...

約12年 前 | 0

送信済み


profile_history - display graphical profiling timeline data
Display profiling data as an interactive timeline graph

約12年 前 | ダウンロード 949 件 |

4.2 / 5
Thumbnail

送信済み


SoundVolume - set or get the system speaker sound volume
SoundVolume sets or gets the computer system's speaker sound volume, using Java

12年以上 前 | ダウンロード 3995 件 |

5.0 / 5

回答済み
Why GPU code does not speed up CPU ?
While data transfer is indeed a well-known GPU bottleneck, it is not the only limiting factor. Conditionals/branching (which you...

12年以上 前 | 0

回答済み
big integer speed (VPI and symbolic)
@Bart - you might also try the following alternatives: * Advanpix <http://advanpix.com Multi-Precision Computing Toolbox> (MC...

12年以上 前 | 2

さらに読み込む