Dylan Muir
SynSense AG, Zürich Switzerland
Followers: 0 Following: 0
http://dylan-muir.com Professional Interests: neuroscience, cortical models
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, German
Pronouns:
He/him
Professional Interests:
Statistics and Machine Learning Applications
Estadística
CLASIFICACIÓN
153.548
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
687 of 20.240
REPUTACIÓN
2.629
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
19 Archivos
DESCARGAS
87
ALL TIME DESCARGAS
23024
CLASIFICACIÓN
56.814
of 153.991
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
kstest_2s_2d(x1, x2, alpha)
Performs a two-sample, two-tailed, two-dimensional Kolmogorov-Smirnov test, with accurate p-values
alrededor de 7 años hace | 11 descargas |
Enviada
ReadImageJROI
Read ROIs and ROI sets saved from ImageJ into MATLAB, without java.
más de 7 años hace | 25 descargas |
Enviada
Adam stochastic gradient descent optimization
Matlab implementation of the Adam stochastic gradient descent optimisation algorithm
más de 7 años hace | 3 descargas |
Enviada
Fast Alpha Hulls (alpha shapes in 3d; parfor enabled)
Compute the alpha hulls (exterior and interior) of a set of points.
más de 7 años hace | 2 descargas |
Enviada
Fast Loop mesh subdivision
Subdivide a surface mesh, using Loop subdivision. Boundary- and shape-maintaining
más de 7 años hace | 4 descargas |
Enviada
PARFOR progress monitor (progress bar) v3
Progress monitor bar for matlab parfor loops, supports distributed pools
más de 7 años hace | 5 descargas |
Enviada
DylanMuir/TIFFStack
Read a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats.
más de 7 años hace | 10 descargas |
Enviada
ComparisonHist
Compare several data sets on a multiple histogram plot
más de 7 años hace | 1 descarga |
Enviada
vmrand(fMu, fKappa, varargin)
Draw random numbers from the Von Mises distribution
más de 7 años hace | 7 descargas |
Enviada
SlackMatlab
Integration for sending Slack notifications from Matlab.
más de 7 años hace | 4 descargas |
Enviada
SeparateAxes
Change the visual appearance of a figure axis, by separating the axes at the origin.
más de 7 años hace | 1 descarga |
Enviada
Kernel density estimation for circular functions
Performs kernel density estimates over arbitrary periodic domains.
más de 7 años hace | 2 descargas |
Enviada
Efficient and safe Monte Carlo testing with multiple-comparisons correction
Efficiently perform simultaneous multiple Monte Carlo tests, correcting for multiple comparisons
más de 7 años hace | 1 descarga |
Enviada
Automatically characterise borders in a parameter space
Repeatedly subdivide borders in some parameter space that separate regions of differing state
más de 7 años hace | 1 descarga |
Enviada
Mardia test for N equal circular distributions
A non-parametric statistical test of whether N circular distributions are equal (homogenous)
más de 7 años hace | 3 descargas |
Enviada
Multi-dimensional kernel density estimates over periodic domains
This function performs multi-variate kernel density estimates over optionally periodic domains
más de 7 años hace | 2 descargas |
Enviada
Compute a Tutte map of a planar surface triangulation
Map a surface mesh onto a planar unit circle, using Tutte's algorithm
más de 7 años hace | 2 descargas |
Enviada
Better memory-mapped files in Matlab
A better, transparent memmapfile, with complex number support.
más de 7 años hace | 2 descargas |
Enviada
DylanMuir/SimpleMap
Handle class for storing a mapping between an index and arbitrary data
más de 7 años hace | 1 descarga |
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 8 años hace
fastest way to read single tiff images
My file exchange submission TIFFStack is much faster than imread. http://www.mathworks.com/matlabcentral/fileexchange/32025-r...
casi 10 años hace | 0
Pregunta
Why does TreeBagger in Matlab 2014a/b only use few workers from a parallel pool?
I'm using the TreeBagger class provided by Matlab (R2014a&b), in conjunction with the distributed computing toolbox. I have a lo...
casi 10 años hace | 1 respuesta | 0
1
respuestaResuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
más de 12 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 12 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 12 años hace