yair altman -凯发k8网页登录
consultant
website: professional programmer and manager since 1991. author: "accelerating matlab performance" book: "undocumented matlab-java programming secrets": msc computer science, bsc physics (both with top honors). contact me at: altmany at gmail.com
统计数据
2
262
65
排名
140
of 277,885
声誉
824
贡献数
2
262
回答接受率
100.0%
收到投票数
285
排名
3 of 18,801
声誉
70,750
平均
4.90
贡献数
65
下载次数
1649
all time 下载次数
600541
排名
of 129,101
贡献数
0 个问题
0 个答案
评分
0
徽章数量
0
贡献数
0 帖子
贡献数
0
平均
贡献数
0
平均赞数
content feed
已提交
publication-quality export of matlab figures and axes to various vector & bitmap formats
9 days 前 | 1187 次下载 |
已提交
matlab connector to iqfeed optimized for reliability, ease-of-use, functionality and performance (including parallelization)
2 months 前 | 2 次下载 |
i can certainly understand the desire to use a sandboxed environment that would enable you to optimize the performance of your p...
4 months 前 | 0
at your service :-) t=0:.01:5; y=sin(t); hplot=plot(t,y); hplot.buttondownfcn = @(h,e) disp(e.intersectionpoint); now wheneve...
4 months 前 | 1
已提交
inspect a java/mcos/python/c /.net object or classname and display its methods, properties, events, superclasses, subclasses, c...
5 months 前 | 5 次下载 |
已提交
matlab connector to eodhistoricaldata, optimized for reliability, ease-of-use, functionality and performance (including parallel...
6 months 前 | 1 次下载 |
you might find some of the ideas in the following article useful. it's a bit old, but some of the suggestions might possibly sti...
6 months 前 | 0
已提交
screencapture gets a screen-capture image of any matlab gui handle, or specified screen area rectangle
6 months 前 | 61 次下载 |
@matt j export_fig(gcf,'-transparent','-clipboard') v3.28 now supports figure transparency for image fomats as well as emf (wher...
6 months 前 | 2
| 已接受
已提交
getregistryvalue - get a value from windows registry (winqueryreg wrapper) setregistryvalue - set a value in the registry (new...
7 months 前 | 3 次下载 |
已提交
live task to customize matlab axes interactively
7 months 前 | 3 次下载 |
mfilename('fullpath') does indeed return the full path to the currently-running script file, at least on the latest matlab relea...
7 months 前 | 1
the icon image needs to be placed next to the executable when you run the program, otherwise it will not be found and the defaul...
7 months 前 | 0
you can add a java.opts file to the "files installed for your end users" section, at the bottom of the deploy-tool window, next ...
7 months 前 | 0
the icon image needs to be placed next to the executable when you run the program, otherwise it will not be found and the defaul...
7 months 前 | 0
the matlab desktop is not available in compiled application, and for a very good reason - otherwise users could compile and dist...
7 months 前 | 1
| 已接受
the ability to dock figures in deployed programs is available, but is intentionally blocked by the matlab compiler. i think this...
7 months 前 | 1
the ability to dock figures in deployed programs is available, but is intentionally blocked by the matlab compiler. i think this...
7 months 前 | 0
the ability to dock figures in deployed programs is available, but is intentionally blocked by the matlab compiler. i think this...
7 months 前 | 0
已提交
display a web-page url in a matlab figure or ui container (panel, tab etc.), updating the displayed browser contents as needed.
8 months 前 | 6 次下载 |
the gpuarray version of pcg has not been updated since 2018, so it is somewhat lagging compared to the cpu version. precondition...
9 months 前 | 0
已提交
compares objects of any type inc. java, matlab, hg handles, structs, cells & arrays
9 months 前 | 1 次下载 |
you can simply update the activefile.text property based on your code logic. for example: activefile.text = [activefile.text(1:...
10 months 前 | 2
| 已接受
use the profiler to discover where your performance hotspots are. it is quite possible that you will discover that it's not in y...
1 year 前 | 0
已提交
matlab connector to alpha-vantage
1 year 前 | 5 次下载 |
已提交
displays sprintf-formatted strings in the command window using the specified color/underline style
1 year 前 | 141 次下载 |
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...
1 year 前 | 2
| 已接受
已提交
fast replacement for str2num and str2double; converts simple scalar input string(s) to number(s)
1 year 前 | 6 次下载 |
if you need to read the entire file for some reason, then try to use parallelization with multiple workers. each worker would re...
1 year 前 | 0
已提交
propertiesgui processes and displays a list of data property values in a context-aware gui table
1 year 前 | 7 次下载 |