Community Profile

photo

Stephan Koehler


SEAS, Harvard

Active since 2009

Followers: 0   Following: 0

Message

Statistics

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
Extract numbers from mixed string
Here is a one-line answer str2num( regexprep( Str, {'\D*([\d\.]+\d)[^\d]*', '[^\d\.]*'}, {'$1 ', ' '} ) )

7 years ago | 6

Answered
Average data from multiple tsv files to graph
I wrote a script just for this, which is on MATLAB central file exchange: look for tsvread.m

12 years ago | 0