已回答
datacursormode: how to permanently turn on "make new data tip"?
Although the <https://www.mathworks.com/help/matlab/ref/datacursormode.html official documentation> of the datacursormode functi...

7 years 前 | 1

| 已接受

已回答
matlab getframe of single GUI panel
The <https://www.mathworks.com/matlabcentral/fileexchange/24323-screencapture-get-a-screen-capture-of-a-figure-frame-or-componen...

7 years 前 | 1

已回答
GUI slows down when plotting to figure sequentially
You might find the tips mentioned in the following articles useful - many of them deal directly with graphics performance: *...

7 years 前 | 1

已回答
find function(s) within string
There are various ways this can be done, as explained here: <https://undocumentedmatlab.com/blog/function-definition-meta-info> ...

7 years 前 | 0

已回答
How to put condition (based on a property) in a property accessor
I suggest that you create a setter method for color that will check the relevant condition, for example: function set.color...

7 years 前 | 0

已回答
How do I label a contour plot in the same colors as the contour lines?
There is no need to use Java, just to use the two hidden (undocumented/unsupported) properties *TextPrims* (the text label handl...

7 years 前 | 5

| 已接受

已回答
What are the internal differences between Matlab strings and character arrays?
The new strings are simply Matlab classes (MCOS objects), that extend 3 superclasses (matlab.mixin.internal.MatrixDisplay, matla...

7 years 前 | 4

已回答
Matlab freeze when using a file dialog selection
The reason and the solution are explained here: http://undocumentedmatlab.com/blog/solving-a-matlab-hang-problem It seems tha...

7 years 前 | 0

已回答
How do I change the border style of a pushbutton with findjobj?
Read this: <http://undocumentedmatlab.com/blog/customizing-uicontrol-border> For a list of available border types, read the <...

7 years 前 | 1

已回答
Break both axis simultaneously
breakxaxis is a File Exchange utility ( <https://www.mathworks.com/matlabcentral/fileexchange/3683-breakxaxis link> ), not a bui...

7 years 前 | 2

已回答
Fit buttons to full screen
In App Designer, set the buttons' Units property to 'Normalized' instead of 'Pixels' (or whatever other value they currently hav...

7 years 前 | 1

| 已接受

已回答
programatically dock and undock the editor
You can programmatically dock/undock editor files as follows: com.mathworks.mde.desk.MLDesktop.getInstance.setClientDocked(...

7 years 前 | 1

已回答
How can I access the Axle property in an axis ruler?
The Axle properties only become accessible once the graphics are fully rendered. This is why it works in your command window (wh...

7 years 前 | 1

已回答
Matlab 2016b - Maximizing affects pause
Use the *_drawnow_* function instead of *_pause_* - *_drawnow_* returns only after the entire GUI is processed and displayed (wh...

7 years 前 | 0

已提交


compare .fig files, or folders containing .fig files
compareFigFiles compares GUI (*.FIG) files, reporting differences in components/properties

7 years 前 | 4 次下载 |

Thumbnail

已回答
Trader Toolbox realtime function is apparently undefined even when I have the file path identified.
The realtime() function of Trading Toolbox for IB TWS was only introduced in R2015a. If you upgrade your Matlab license you shou...

7 years 前 | 2

| 已接受

已回答
Is it possible to improve fread/fwrite performance and further speed up loading/writing of binary data?
You might try some of the suggestions mentioned here: * http://undocumentedmatlab.com/blog/improving-fwrite-performance * ht...

7 years 前 | 0

已回答
How can I get text in figures to display symbols?
Perhaps this will help you: <http://undocumentedmatlab.com/blog/customizing-matlab-labels> %show the 'for all' and 'beta' s...

7 years 前 | 1

已回答
Is there an hidden status for popup menus?
This functionality is part of the underlying Java object that is used by the Matlab GUI. You can customize it at the Java level ...

7 years 前 | 3

| 已接受

已回答
How to raise simulation speed with plotting in Simulink
Perhaps you will find some of the ideas here useful: <http://undocumentedmatlab.com/blog/improving-simulink-performance> Yair...

7 years 前 | 1

已回答
Increasing HG2 framerate when updating large meshes: mission impossible?
There is indeed a performance penalty for HG2 compared to HG1. One thing that could alleviate the pain is to use the new 'limitr...

7 years 前 | 0

已回答
calling Java methods using JNI/C++ (via Swig) from Matlab -> UnsatisfiesLinkError
I have seen a report that adding dynamic libraries cannot be done directly from Matlab because of an issue with Matlab's classlo...

8 years 前 | 1

已回答
How can I speed up simulation of my Simulink model?
Try the list of suggestions here: # <https://www.mathworks.com/company/newsletters/articles/improving-simulation-performance-...

8 years 前 | 0

已回答
Speed-Accuracy Tradeoff calculations in MATLAB
The first (and probably best) place to search for Matlab code is the File Exchange on MatlabCentral: <https://www.mathworks.com/...

8 years 前 | 0

已提交


enable/disable entire figure window
enable/disable entire figure window, including toolbar, menubar, frame and all contents

8 years 前 | 2 次下载 |

已回答
How to improve the performance of the software based opengl implementation in the newer releases of Matlab?
Using hardware acceleration is obviously better than using the software emulation. You might discover, as I have on my laptop, t...

8 years 前 | 1

已提交


uigetfile_with_preview - GUI dialog window with a preview panel
Displays a file-selection dialog with an integrated preview panel.

8 years 前 | 5 次下载 |

Thumbnail

已回答
Increase speed to read text file and parse date time data.
@Per - try to use _*dtstr2dtnummx*()_, as explained here: http://undocumentedmatlab.com/blog/datenum-performance Yair Altman ...

8 years 前 | 0

| 已接受

已回答
Performance problems with linkprop
It's difficult to diagnose or offer workarounds to your specific problem without knowing which specific properties you're linkin...

8 years 前 | 1

已提交


smart_scrollbars fixes Matlab's listbox/editbox scrollbars to only show as needed
smart_scrollbars fixes Matlab's listbox/editbox scrollbars that display even when they are unneeded

8 years 前 | 1 次下载 |

Thumbnail

加载更多