Risposto
How to add a sortable property to uitable within a classic figure.
My Java-based uitable utility on the Matlab File Exchange provides a sortable wrapper for the legacy uitable. The sorting functi...

oltre 5 anni fa | 4

| accettato

Risposto
How to open SLDD parameter editor dialog programatically?
try using the openvar function

oltre 5 anni fa | 0

Risposto
Why does fplot think my function is not vectorized
As far as I can tell (never mind exactly how), internally a check is made whether the output of fun(1:3) is exactly equaln to th...

oltre 5 anni fa | 1

Risposto
uigetfile with default filter
Adam Danz had the right idea, but missed a few key things. The FilterIndex field should indeed have influenced the filter select...

oltre 5 anni fa | 3

| accettato

Risposto
Unable to connect to Interactive Brokers after installed 2018a in new Laptop
Sometime in recent years, presumably around TWS API 9.70, IB changed their COM server's ProgID from 'TWS.TwsCtrl.1' to 'TWS.TwsC...

oltre 5 anni fa | 0

Risposto
How can I speed up my program ?
The first step you should do is to run your code in the Matlab Profiler. This will give you insight as to the specific bottlenec...

quasi 6 anni fa | 0

Risposto
Slider Code problem with axes
In your example, both val and x are not scalars. When you multiply vectors/matrices in Matlab using the * operator, Matlab uses ...

quasi 6 anni fa | 0

Risposto
I would like to add a 'display-all' hyperlink functionality to a class.
It is true that desktop hyperlinks only work at the base workspace level, but you can still access specific object instances if ...

quasi 6 anni fa | 0

| accettato

Risposto
Upside down display of graph
Try to do the following, step-by-step, until you find one of them solves the problem: set(gcf,'renderer','opengl'); opengl('so...

quasi 6 anni fa | 1

Risposto
How could i displace the values of X axis under X axis (Y negative) ?
A peculiarity of AxisLocation='origin' is that the X and Y tick labels automatically switch location (from below the X axis to a...

quasi 6 anni fa | 1

Risposto
Environment variables in javaclasspath.txt
I do not believe that you can use env vars in your javaclasspath.txt file, but as workaround, you can programmatically load the ...

quasi 6 anni fa | 0

| accettato

Risposto
Why Don't Set Breakpoints Work in R2018b?
This could happen if your script runs inside a parallel loop (spmd or parfor), or is shaddowed by a binary version (e.g., file.m...

quasi 6 anni fa | 0

Risposto
Using 2018b javaclasspath.txt doesn't seem to get loaded during batch startup.
I'm not sure why your javaclasspath.txt file doesn't load in batch mode. As workaround, you can programmatically load the necess...

quasi 6 anni fa | 0

Risposto
How do I programmatically set the size of the the web browser window that is created with the MATLAB web command " web " ?
Note: undocumented/unsupported: [h1,h2,h3] = web('http://news.google.com','-notoolbar','-new'); % open a web page drawnow; pau...

quasi 6 anni fa | 2

| accettato

Risposto
What happened to the figure toolbar? Why is it an axes toolbar? How can I put the buttons back?
For the benefit of readers who don't follow my blog, Michelle Hirsch posted the following comment yesterday, which sheds some li...

quasi 6 anni fa | 3

Risposto
Parfor loop introduces strange R%1 variable when using 2 reduction variables
I was able to reproduce your problem on my R2018a and R2018b Windows10 installation, but not in 19a. Apparently this bug (it is...

quasi 6 anni fa | 1

Risposto
Problem with history function. Trading toolbox
Here's how you can fetch IB's historical data using the IB-Matlab connector: >> data = IBMatlab('action','history', 'symbol','I...

quasi 6 anni fa | 0

Risposto
Error with " Request Interactive Brokers Historical Data" example
Here's how you can fetch IB's historical data using the IB-Matlab connector: >> data = IBMatlab('action','history', 'symbol','I...

quasi 6 anni fa | 0

Risposto
Trading Toolbox - Retrieve Option Chain from Interactive Brokers
Here's how you can fetch the full option chain using the IB-Matlab connector, for example all futures options for the 10-year US...

quasi 6 anni fa | 0

Risposto
Problems for Interactive Brokers connection
Trading Toolbox support for Interactive Brokers is limited to Windows only. This is clearly mentioned in the documented system r...

quasi 6 anni fa | 1

Risposto
java.io.File - strange behaviour
With most Java methods, you can follow the method invocation parentheses with a dot, thereby chaining methods. For example: myJP...

quasi 6 anni fa | 1

| accettato

Risposto
UIComponent JTextField Text alignment
Use JTextField.JavaPeer.CENTER or the value 0 instead of 'CENTER': JTextField.HorizontalAlignment = JTextField.JavaPeer.CENTER;...

quasi 6 anni fa | 1

| accettato

Risposto
R2017a - Unsupported major.minor version 52.0
52.0 indicates Java classes compiled with JDK 8 - These classes can only be run under Java 8 or newer. Until R2017a Matlab integ...

quasi 6 anni fa | 1

Risposto
Error when connecting to ib trader workstation
The Trading Toolbox's IB connector is based on ActiveX and is therefore only available on Windows, not Mac or Linux. So if you h...

quasi 6 anni fa | 0

Risposto
New line in legend does not work anymore in MATLAB 2017b
The reason for the problem is that the default legend Interpreter ('lex') does not know how to interpret the '\n' in the label. ...

quasi 6 anni fa | 2

Risposto
How to colorize the document tabs of the editor?
I looked into this problem but I could not find a way to do so. What you proposed is the way that it should have worked, but i...

quasi 6 anni fa | 1

| accettato

Risposto
Adabting Ui from 2013 to 2016
Unfortunately, The HeightLimits and WidthLimits properties were removed from uiflowcontainer at some point in time. This is quit...

quasi 6 anni fa | 0

Risposto
Trading Toolbox (V3.5) NOT working with latest IB API
Check whether you have correctly set the relevant settings on your TWS/Gateway's API configuration panel, specifically "Enable A...

circa 6 anni fa | 0

Risposto
Microsoft Visual C++ Runtime Library Error with Matlab
As you've noticed, using IB's COM/ActiveX API (which is used by the Trading Toolbox) has severe limitations. In addition to the ...

circa 6 anni fa | 0

Risposto
Connected to interactive brokers after the update
Consider trying the alternative IB-Matlab toolbox, which is actively maintained since 2010: <https://undocumentedmatlab.com/IB-M...

circa 6 anni fa | 0

Carica altro