Matt Stead - MATLAB Central
photo

Matt Stead


Mayo Clinic & Foundation

Last seen: 23 days ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

All
File ExchangeMATLAB AnswersFrom 10/19 to 01/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
16,747 of 20,397

REPUTATION
5

AVERAGE RATING
0.00

CONTRIBUTIONS
11 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
27

  • First Answer
  • Personal Best Downloads Level 1
  • First Submission

View badges

Feeds

View by

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

24 days ago | 0

Submitted


directory_chooser
A UI widget to allow selection of multiple directories

9 months ago | 1 download |

Answered
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 ago | 0

Submitted


ts_stats
mex function to return time series statistics

5 years ago | 3 downloads |

Submitted


lad_reg.c
mex version of lad_reg

5 years ago | 2 downloads |

Submitted


ts_sort.c
mex version of ts_sort.m

5 years ago | 1 download |

Submitted


quantval.c
returns quantile value in a 1-dimensional array

5 years ago | 1 download |

Submitted


quantval_int.c
int32 version of quantval.c

5 years ago | 1 download |

Submitted


ts_sort_int.c
int32 version of ts_sort.c

5 years ago | 1 download |

Submitted


quantfilt1.c
mex file for quantfilt1.m

5 years ago | 2 downloads |

Submitted


lad_reg
Least absolute deviation linear fit. Faster than ladregr.m (courtesy Joe Henning, available here), but not as general.

5 years ago | 1 download |

Submitted


ts_sort
A sort for time series data. Faster than qsort(), mergesort(), or heapsort() when compiled.

5 years ago | 1 download |

Submitted


quantfilt1
quantfilt1() is a span-order quantile filter for one-dimensional arrays

5 years ago | 1 download |

Go to top of page