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

Inviato


circle_finder
image analysis for finding circles in a BW image, returns radii, locations and line thicknesses

oltre 9 anni fa | 1 download |

Thumbnail

Inviato


dir_crawler.m
crawls through a directory tree and returns sub-directories and files with ability to search by name

circa 10 anni fa | 1 download |

Inviato


running average and standard deviation of vectors
computes the running average and standard deviation of vectors or matrices for a given window size.

quasi 11 anni fa | 1 download |

Thumbnail

Inviato


TA_txt2MAT
converts text datafile from TA rheometer to a .mat datafile.

quasi 11 anni fa | 1 download |

Inviato


Error Propagation
Numerically calculates uncertainties of a function using random numbers to simulate function inputs

circa 11 anni fa | 4 download |

Thumbnail

Inviato


binning a point cloud, 3D scattered data, in the X-Y plane
Take a set of XYZ points, and returns average Z values for corresponding bins in X & Y planes.

oltre 11 anni fa | 1 download |

Thumbnail

Inviato


modified cumsum for partial accumulated sums
Determine the accumulated sum of series of non-zero values of vectors, resetting at zero entries

oltre 11 anni fa | 1 download |

Inviato


fitting sum of two decaying exponentials (over damped oscillator)
five-parameter fit to the equation A*exp(-t/T1) + B*exp( -t/T2 ) + offset

oltre 12 anni fa | 1 download |

Inviato


fitting critically damped simple harmonic oscillator
Four-parameter fit to the equation A*(1 + t/T2).*exp(-t/T1) + offset

oltre 12 anni fa | 1 download |

Inviato


fitting decaying oscillations
From inputs t, y the best fit to the decaying oscillation is determined.

oltre 12 anni fa | 1 download |

Inviato


plotting a .xls spreadsheet
Convenience function for plotting spreadsheets specifying several variables and also conditions

oltre 12 anni fa | 1 download |

Inviato


plotting contents of a csv spreadsheet
convenience function for plotting columns of a spreadsheet

oltre 12 anni fa | 1 download |

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

Inviato


tsvread: importing tab-separated data
Similar to csvread, but has a lot more user-friendly options and can deal with non-numeric data.

quasi 13 anni fa | 5 download |

Inviato


new_dir.m
This is an enhancement to MATLAB's dir function, for dealing with sequentially numbered files.

oltre 14 anni fa | 1 download |