답변 있음
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년 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


IQ analysis utilities
Set of functions for analyzing IQ values

대략 11년 전 | 다운로드 수: 1 |

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년 초과 전 | 다운로드 수: 3 |

4.83333 / 5
Thumbnail

제출됨


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

11년 초과 전 | 다운로드 수: 1 |

4.7 / 5
Thumbnail

제출됨


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

11년 초과 전 | 다운로드 수: 3 |

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

11년 초과 전 | 1

답변 있음
How to set the property for jslider
http://undocumentedmatlab.com/blog/matlab-callbacks-for-java-events-in-r2014a

11년 초과 전 | 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: ...

11년 초과 전 | 1

제출됨


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

11년 초과 전 | 다운로드 수: 2 |

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

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 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...

11년 초과 전 | 0

제출됨


savezip
save/load data in a compressed zip file

11년 초과 전 | 다운로드 수: 1 |

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

11년 초과 전 | 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년 전 | 다운로드 수: 4 |

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년 전 | 다운로드 수: 3 |

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

더 보기