Community Profile

photo

Stephan Koehler


SEAS, Harvard

2009년부터 활동

Followers: 0   Following: 0

연락

통계

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

배지 보기

Feeds

보기 기준

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

거의 7년 전 | 6

제출됨


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

대략 9년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

거의 10년 전 | 다운로드 수: 1 |

제출됨


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

10년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

10년 초과 전 | 다운로드 수: 1 |

제출됨


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

거의 11년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


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.

거의 11년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

제출됨


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

대략 12년 전 | 다운로드 수: 1 |

제출됨


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

대략 12년 전 | 다운로드 수: 1 |

제출됨


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

대략 12년 전 | 다운로드 수: 1 |

제출됨


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

대략 12년 전 | 다운로드 수: 1 |

제출됨


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

대략 12년 전 | 다운로드 수: 2 |

답변 있음
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년 초과 전 | 0

제출됨


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

12년 초과 전 | 다운로드 수: 10 |

제출됨


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

14년 초과 전 | 다운로드 수: 1 |