Community Profile

photo

Stephan Koehler


SEAS, Harvard

Aktiv seit 2009

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 7 Jahre vor | 6

Gesendet


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

etwa 9 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

fast 10 Jahre vor | 1 Download |

Gesendet


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

mehr als 10 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

mehr als 10 Jahre vor | 1 Download |

Gesendet


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

fast 11 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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.

etwa 11 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 11 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 2 Downloads |

Beantwortet
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

mehr als 12 Jahre vor | 0

Gesendet


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

mehr als 12 Jahre vor | 10 Downloads |

Gesendet


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

mehr als 14 Jahre vor | 1 Download |