
Matt Stead
Mayo Clinic & Foundation
Followers: 0 Following: 0
Feeds
已回答
command history with updates
I wote this function, which works, but the history is not updated until Mtalb is relaunched. So this is part answer and part que...
command history with updates
I wote this function, which works, but the history is not updated until Mtalb is relaunched. So this is part answer and part que...
3 months 前 | 1
已回答
Multi-colored pop-up menu entries
This worked better for me. Largely copied & pasted from something I'm working on, so edit as necessary. % set colors DARK_R...
Multi-colored pop-up menu entries
This worked better for me. Largely copied & pasted from something I'm working on, so edit as necessary. % set colors DARK_R...
4 months 前 | 0
已回答
Mask Password with asterisk in edit field used in app designer
function password_entry(src, evt) % password stored in src.UserData.password % src == 'edit' textbox whose 'KeyPress...
Mask Password with asterisk in edit field used in app designer
function password_entry(src, evt) % password stored in src.UserData.password % src == 'edit' textbox whose 'KeyPress...
3 years 前 | 0
已提交
lad_reg
Least absolute deviation linear fit. Faster than ladregr.m (courtesy Joe Henning, available here), but not as general.
5 years 前 | 2 次下载 |
已提交
ts_sort
A sort for time series data. Faster than qsort(), mergesort(), or heapsort() when compiled.
5 years 前 | 3 次下载 |
已提交
quantfilt1
quantfilt1() is a span-order quantile filter for one-dimensional arrays
5 years 前 | 1 次下载 |