Statistica
RANK
3.844
of 295.527
REPUTAZIONE
14
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
6
RANK
1.800 of 20.242
REPUTAZIONE
1.016
VALUTAZIONE MEDIA
4.40
CONTRIBUTI
14 File
DOWNLOAD
23
ALL TIME DOWNLOAD
9684
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Extract numbers from mixed string
Here is a one-line answer str2num( regexprep( Str, {'\D*([\d\.]+\d)[^\d]*', '[^\d\.]*'}, {'$1 ', ' '} ) )
oltre 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 |
Inviato
dir_crawler.m
crawls through a directory tree and returns sub-directories and files with ability to search by name
oltre 10 anni fa | 2 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.
oltre 11 anni fa | 1 download |
Inviato
TA_txt2MAT
converts text datafile from TA rheometer to a .mat datafile.
oltre 11 anni fa | 1 download |
Inviato
Error Propagation
Numerically calculates uncertainties of a function using random numbers to simulate function inputs
oltre 11 anni fa | 3 download |
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 |
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
quasi 13 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
quasi 13 anni fa | 1 download |
Inviato
fitting decaying oscillations
From inputs t, y the best fit to the decaying oscillation is determined.
quasi 13 anni fa | 1 download |
Inviato
plotting a .xls spreadsheet
Convenience function for plotting spreadsheets specifying several variables and also conditions
quasi 13 anni fa | 1 download |
Inviato
plotting contents of a csv spreadsheet
convenience function for plotting columns of a spreadsheet
quasi 13 anni fa | 1 download |
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
circa 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.
circa 13 anni fa | 7 download |
Inviato
new_dir.m
This is an enhancement to MATLAB's dir function, for dealing with sequentially numbered files.
circa 15 anni fa | 1 download |