Respondida
Issue importing Java class to R17 paths but not R14
Try the suggestions listed here: <https://undocumentedmatlab.com/blog/java-class-access-pitfalls>

alrededor de 8 años hace | 0

| aceptada

Respondida
datacursormode: how to display info about current data point in relation to all data points on the same figure?
You can get the clicked line object from event_obj.Target, and from there get the corresponding data points for the entire line:...

alrededor de 8 años hace | 0

Respondida
Set programmatically a Data Cursor in an Axes represenation in a GUI
As followup to Prashant's answer, additional information on the *undocumented/unsupported* datacursormode object's _createDatati...

alrededor de 8 años hace | 3

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

alrededor de 8 años hace | 1

| aceptada

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

alrededor de 8 años hace | 1

Respondida
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: *...

alrededor de 8 años hace | 1

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

alrededor de 8 años hace | 0

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

alrededor de 8 años hace | 0

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

alrededor de 8 años hace | 5

| aceptada

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

más de 8 años hace | 4

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

más de 8 años hace | 0

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

más de 8 años hace | 1

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

más de 8 años hace | 2

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

más de 8 años hace | 1

| aceptada

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

más de 8 años hace | 1

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

más de 8 años hace | 2

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

más de 8 años hace | 0

Enviada


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

más de 8 años hace | 1 descarga |

3.0 / 5
Thumbnail

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

más de 8 años hace | 2

| aceptada

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

más de 8 años hace | 0

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

más de 8 años hace | 1

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

más de 8 años hace | 3

| aceptada

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

más de 8 años hace | 1

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

casi 9 años hace | 0

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

alrededor de 9 años hace | 1

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

alrededor de 9 años hace | 0

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

alrededor de 9 años hace | 0

Enviada


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

alrededor de 9 años hace | 2 descargas |

4.8 / 5

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

alrededor de 9 años hace | 1

Enviada


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

alrededor de 9 años hace | 2 descargas |

4.66667 / 5
Thumbnail

Cargar más