回答済み
Can I use the function HISTORY with multiple security inputs for IQFEED data in MATLAB (R2013a)?
For anyone interested, the IQML (IQFeed-Matlab) connector enables querying multiple securities at once, specified as either a ce...

約6年 前 | 0

回答済み
3D point clouds with variable marker transparency, color and size
As an alternative to scatter3, you could keep using plot3 and attach a callback function to the axes that gets invoked whenever ...

約6年 前 | 2

回答済み
Does 2019b (windows) contains java?
The Java runtime is located in C:\Program Files\Matlab\R2019b\sys\java\jre\win64\jre\bin\

約6年 前 | 0

回答済み
Figure uitable does not display html image in 2019b
It's not just in tables. For some reason <img> tags are now ignored in all uicontrols (inc. buttons, listboxes etc.). There is n...

約6年 前 | 4

回答済み
How to keep axes on top of uipanels?
You can also use a semi-tranparent patch. Patches are children of axes, so they move around with the axes if you zoom or pan, an...

6年以上 前 | 1

回答済み
How to keep axes on top of uipanels?
You had a few errors in your code: first, you made Panel3 transparent instead of Panel2. Secondly, you need to create Panel2 ins...

6年以上 前 | 0

回答済み
How can I put a javacomponent in the app designer?
Java components are not supported by AppDesigner or uifigures. This is not a temporary limitation - it is a fundamental outcome ...

6年以上 前 | 4

| 採用済み

回答済み
deprecated javacomponent and javaframe
I am very sorry to say that I am not aware of any easy way to make the transition from a Java-rich GUI to uifigures. All the mai...

6年以上 前 | 9

回答済み
com.mathworks.*....
These Java classes are internal to Matlab, are unsupported and undocumented. To the best of my knowledge, the only location that...

6年以上 前 | 1

| 採用済み

回答済み
How do I speed up plotting of interactable scatter points?
Indeed - you get a single line object with multiple data points, this is the main reason for the speedup. In your callback you c...

6年以上 前 | 0

回答済み
How do I speed up plotting of interactable scatter points?
Try to use the vectorized version of plot to plot all the data points in a single function call rather than a loop, and also try...

6年以上 前 | 0

回答済み
How can convert a .gdb (binary file) file to a .mat file ?
I am not familiar with a direct GDB-to-Matlab function. The easiest solution may be to store the data in CSV file rather than G...

6年以上 前 | 0

回答済み
How to speed up function approximation?
It may be useful to replace the string with a function handle. Also, setting the convergence tolerances to smaller values than...

6年以上 前 | 0

回答済み
Converting .fig file into 2D .dxf file
I think it may be simplest to save the figure as PDF and then use one of the multiple available converters from PDF to DXF.

6年以上 前 | 1

| 採用済み

回答済み
Subscript in stackedplot DisplayLabels
You can access the individual stacked-axes' properties via the hidden sub-property Axes of the stackedplot's AxesProperties prop...

6年以上 前 | 4

| 採用済み

回答済み
Improving Presentation of a Graph
Regarding output quality, esp. for EPS that you mentioned - many people found the export_fig utility useful for preparing public...

6年以上 前 | 0

回答済み
The following appears in the command window. What does it mean?java.lang.NullPointerException
This is an error that originates from Java code, typically concerning some GUI component that misbehavs or which does not handle...

6年以上 前 | 0

回答済み
Matlab uitable column font size using html not working
HTML is only supported out-of-the-box in the legacy (Java-based) figures, not the new web-based (AppDesigner) uifigures. You ma...

6年以上 前 | 0

| 採用済み

回答済み
Why does "Auto Width" feature not adapt to table axes size in GUIDE?
The "AutoWidth" setting of the uitable only sets the individual column's width based on its contents. It does not control the en...

6年以上 前 | 2

回答済み
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...

6年以上 前 | 4

| 採用済み

回答済み
How to open SLDD parameter editor dialog programatically?
try using the openvar function

6年以上 前 | 0

回答済み
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...

6年以上 前 | 1

送信済み


blurFigure - blurs and prevents interaction on figure window
blurs a specified figure window and prevents interaction with it until the figure is un-blurred

7年弱 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

回答済み
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...

7年弱 前 | 3

| 採用済み

送信済み


Draggable data tips
Enable dragging Matlab plot data-tips

約7年 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

回答済み
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...

約7年 前 | 0

送信済み


getjframe - Retrieves a figure's underlying Java frame
Enable multiple window callbacks and properties not exposed by Matlab

約7年 前 | ダウンロード 2 件 |

4.8 / 5

回答済み
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...

約7年 前 | 0

回答済み
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 ...

約7年 前 | 0

回答済み
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 ...

約7年 前 | 0

| 採用済み

さらに読み込む