photo

Stephan Koehler


SEAS, Harvard

Attivo dal 2009

Followers: 0   Following: 0

Messaggio

Statistica

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

Visualizza badge

Feeds

Visto da

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

circa 7 anni fa | 6

Risposto
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

quasi 13 anni fa | 0