
Yair Altman
Consultant
Website: http://UndocumentedMatlab.com
LinkedIn: http://www.linkedin.com/in/yairaltman
Author of "Accelerating MATLAB Performance" book:
http://UndocumentedMatlab.com/books/matlab-performance
Author of "Undocumented Secrets of MATLAB-Java Programming" book:
http://UndocumentedMatlab.com/books/matlab-java
MSc Computer Science, BSc Physics (both with top honors)
Professional programmer and manager since 1991
Contact me: altmany at gmail.com
Statistics
RANK
137
of 260.578
REPUTATION
766
CONTRIBUTIONS
2 Questions
248 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
263
RANK
3 of 17.905
REPUTATION
67.874
AVERAGE RATING
4.90
CONTRIBUTIONS
63 Files
DOWNLOADS
1610
ALL TIME DOWNLOADS
582374
RANK
of 111.998
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
alrededor de 1 mes ago | 0
Submitted
checkClass - inspect a Java/Matlab/Python/COM/C++/.NET class
inspect a Java/MCOS/Python/COM/C++/.NET object or name and display its methods, properties, events, superclasses, subclasses, co...
alrededor de 2 meses ago | 6 downloads |

Submitted
export_fig
Publication-quality export of Matlab figures and axes to various vector & bitmap formats
alrededor de 2 meses ago | 1152 downloads |

Submitted
AVML - Matlab connector to Alpha-Vantage
Matlab connector to Alpha-Vantage
3 meses ago | 2 downloads |

Submitted
IQML - Matlab connector to IQFeed
Matlab connector to IQFeed optimized for reliability, ease-of-use, functionality and performance (including parallelization)
3 meses ago | 1 download |

Submitted
cprintf - display formatted colored text in Command Window
Displays sprintf-formatted strings in the Command Window using the specified color/underline style
3 meses ago | 133 downloads |

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...
4 meses ago | 2
| accepted
Submitted
str2number - Fast replacement for str2num and str2double
Fast replacement for str2num and str2double; converts simple scalar input string(s) to number(s)
5 meses ago | 2 downloads |
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...
5 meses ago | 0
Submitted
propertiesGUI - display data in editable context-aware table
propertiesGUI processes and displays a list of data property values in a context-aware GUI table
5 meses ago | 5 downloads |

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
6 meses ago | 0
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...
6 meses ago | 0
| accepted
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...
9 meses ago | 1
| accepted
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.
10 meses ago | 0
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...
10 meses ago | 0
Submitted
findjobj - find java handles of Matlab graphic objects
Find java objects contained within a specified java container or Matlab GUI handle
11 meses ago | 55 downloads |

Submitted
ScreenCapture - screenshot of component, figure or screen
ScreenCapture gets a screen-capture image of any Matlab GUI handle, or specified screen area rectangle
12 meses ago | 50 downloads |

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-...
más de 1 año ago | 3
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...
más de 1 año ago | 0
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...
más de 1 año ago | 2
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 1 año ago | 0
| accepted
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 ...
casi 2 años ago | 1
| accepted
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...
casi 2 años ago | 3
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:/...
casi 2 años ago | 0
| accepted
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 (...
casi 2 años ago | 0
| accepted
[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...
alrededor de 2 años ago | 0
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...
alrededor de 2 años ago | 1
Submitted
popupPanel Displays a popup panel with specified content
popupPanel Displays a popup panel with specified file contents, help topic, HTML or webpage
alrededor de 2 años ago | 1 download |

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...
alrededor de 2 años ago | 0
| accepted