Enviada


displayWebPage - display a webpage in Matlab figure or panel
Display a web-page URL in a Matlab figure or UI container (panel, tab etc.), updating the displayed browser contents as needed.

más de 2 años hace | 3 descargas |

0.0 / 5
Thumbnail

Respondida
GPU speed up for pcg() is disappointing
The gpuArray version of pcg has not been updated since 2018, so it is somewhat lagging compared to the CPU version. Precondition...

más de 2 años hace | 0

Enviada


ObjDiff - Generic object comparator
Compares objects of any type inc. Java, Matlab, HG handles, structs, cells & arrays

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

5.0 / 5

Respondida
Can you programmatically delete text in the editor window?
You can simply update the activeFile.Text property based on your code logic. For example: activeFile.Text = [activeFile.Text(1:...

más de 2 años hace | 2

| aceptada

Respondida
Requirement to speed up MATLAB Simulink file
Use the Profiler to discover where your performance hotspots are. It is quite possible that you will discover that it's not in y...

casi 3 años hace | 0

Enviada


AVML - Matlab connector to Alpha-Vantage
Matlab connector to Alpha-Vantage

casi 3 años hace | 3 descargas |

0.0 / 5
Thumbnail

Respondida
Matlab class property specification
Starting in 16a, you can use the new syntax as long as you don't specify the dimensions. In other words, the following 2 propery...

alrededor de 3 años hace | 2

| aceptada

Enviada


str2number - Fast replacement for str2num and str2double
Fast replacement for str2num and str2double; converts simple scalar input string(s) to number(s)

alrededor de 3 años hace | 3 descargas |

0.0 / 5

Respondida
Any simple ideas to improve performance of reading long (10 GB scale) .csv file?
If you need to read the entire file for some reason, then try to use parallelization with multiple workers. Each worker would re...

alrededor de 3 años hace | 0

Respondida
Operand stack and Execution stack Error using append_pdfs
append_pdfs only accepts PDF input files, not PNG files or any other non-PDF files

alrededor de 3 años hace | 0

Respondida
How to add multiple styles to my uiTree?
This looks like an internal Matlab bug. Specifically, after deleting nodes, the uitree's internal StyleConfigurationStorage prop...

alrededor de 3 años hace | 0

| aceptada

Respondida
how to find brushed data
In the new graphics system (R2014b onward), the brushed data info can be extracted from the hidden/undocumented BrushHandles pro...

más de 3 años hace | 1

| aceptada

Respondida
Exporting images (png) through export_fig - painfully slow
Try to either reduce the resolution (the -r450 part), or to save as a vector-graphics image (PDF/EPS) rather than a PNG bitmap.

más de 3 años hace | 1

Respondida
How to save very large image to original resolution
Try to use export_fig's sister image-export utility, ScreenCapture: https://www.mathworks.com/matlabcentral/fileexchange/24323-s...

más de 3 años hace | 0

Respondida
Can I somehow improve performance of str2double?
I use the following function to convert a cell-array of strings to a cell-array of numeric values (where applicable) - it is ~2-...

alrededor de 4 años hace | 3

Respondida
Speed issues with Matlab code compiled using SDK compiler for Python
Perhaps your deployed environment is different from your Matlab &D one. For example, perhaps you can access a GPU on the R&D env...

alrededor de 4 años hace | 0

Respondida
How To Clear Java Heap Space Memory????
Clearing Matlab's Java heap space has been long awaited, but I'm afraid that the suggested submission (Davide Tabarelli's JavaHe...

alrededor de 4 años hace | 3

Respondida
Import data tool speed
The import tool GUI only shows you a preview of the data, based on the top N lines in the file, it does not read and process the...

más de 4 años hace | 0

| aceptada

Enviada


setFigDockGroup
Sets a figure's docking group container

más de 4 años hace | 2 descargas |

5.0 / 5
Thumbnail

Respondida
MATLAB Profiler - Granularity of Information
Use the [undocumented] -detail builtin profiler option, as in: profile on -detail builtin This works on old Matlab releases as ...

más de 4 años hace | 1

| aceptada

Respondida
How can I make the plot transparent in a gscattter?
Nice answer Adam, but not exactly accurate if you are willing to use some undocumented features... The underlying objects in a...

más de 4 años hace | 4

Respondida
MATLAB export_fig crops title
This is fixed in the latest version of export_fig (3.09). In the future, report such issues in export_fig's issues page: https:/...

más de 4 años hace | 0

| aceptada

Respondida
How to speed up a code from the Code Profiler Results ?
Try to set the "Vectorized" property using the odeset function, before running ode45. Also, specifying the Jacobian in advance (...

más de 4 años hace | 0

| aceptada

Respondida
[Soft question] Tips and tools to analyze unfamiliar OO code
For inspecting a single object or class, try the GUI-based uiinspect utility (https://www.mathworks.com/matlabcentral/fileexch...

más de 4 años hace | 0

Respondida
Heatmap Axis Labels Printing Vertically?
The heatmap's X labels orientation is dynamically determined based on the number of labels and the axes width. In other words, i...

más de 4 años hace | 2

Enviada


popupPanel Displays a popup panel with specified content
popupPanel Displays a popup panel with specified file contents, help topic, HTML or webpage

casi 5 años hace | 1 descarga |

5.0 / 5
Thumbnail

Respondida
graphics performance 2019a vs 2016b
R2019a uses the integrated axes toolbar, which constantly monitors mouse movements in order to generate data tips on-the-fly. If...

casi 5 años hace | 0

| aceptada

Respondida
Poor performance of mex file
You m-function uses parallelization (parfor), while your mex file does not. This in itself could cause your m-code to run much f...

casi 5 años hace | 0

Respondida
Increase CPU Speed - MAC
You can separate the problem into separate tasks and launch separate Matlab processes to process them in parallel. This is essen...

casi 5 años hace | 0

Respondida
How can I clear stuck help popups?
Updates June 12, 2020: There is a recognized bug report on a very similar issue: https://www.mathworks.com/support/bugreports/1...

casi 5 años hace | 7

| aceptada

Cargar más