
Dylan Muir
aiCTX AG, Zürich Switzerland
http://dylan-muir.com
Professional Interests: neuroscience, cortical models
Statistiques
RANG
98 335
of 281 677
RÉPUTATION
0
CONTRIBUTIONS
1 Question
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
695 of 19 057
RÉPUTATION
2 538
CLASSEMENT MOYEN
4.80
CONTRIBUTIONS
19 Fichiers
TÉLÉCHARGEMENTS
80
ALL TIME TÉLÉCHARGEMENTS
22164
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A soumis
kstest_2s_2d(x1, x2, alpha)
Performs a two-sample, two-tailed, two-dimensional Kolmogorov-Smirnov test, with accurate p-values
presque 6 ans il y a | 1 téléchargement |
A soumis
ReadImageJROI
Read ROIs and ROI sets saved from ImageJ into MATLAB, without java.
environ 6 ans il y a | 20 téléchargements |

A soumis
Adam stochastic gradient descent optimization
Matlab implementation of the Adam stochastic gradient descent optimisation algorithm
environ 6 ans il y a | 9 téléchargements |
A soumis
Fast Alpha Hulls (alpha shapes in 3d; parfor enabled)
Compute the alpha hulls (exterior and interior) of a set of points.
environ 6 ans il y a | 4 téléchargements |

A soumis
Fast Loop mesh subdivision
Subdivide a surface mesh, using Loop subdivision. Boundary- and shape-maintaining
environ 6 ans il y a | 2 téléchargements |

A soumis
PARFOR progress monitor (progress bar) v3
Progress monitor bar for matlab parfor loops, supports distributed pools
environ 6 ans il y a | 5 téléchargements |

A soumis
DylanMuir/TIFFStack
Read a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats.
environ 6 ans il y a | 9 téléchargements |

A soumis
ComparisonHist
Compare several data sets on a multiple histogram plot
environ 6 ans il y a | 5 téléchargements |

A soumis
vmrand(fMu, fKappa, varargin)
Draw random numbers from the Von Mises distribution
environ 6 ans il y a | 11 téléchargements |
A soumis
SlackMatlab
Integration for sending Slack notifications from Matlab.
environ 6 ans il y a | 3 téléchargements |

A soumis
SeparateAxes
Change the visual appearance of a figure axis, by separating the axes at the origin.
environ 6 ans il y a | 1 téléchargement |

A soumis
Kernel density estimation for circular functions
Performs kernel density estimates over arbitrary periodic domains.
environ 6 ans il y a | 2 téléchargements |

A soumis
Efficient and safe Monte Carlo testing with multiple-comparisons correction
Efficiently perform simultaneous multiple Monte Carlo tests, correcting for multiple comparisons
environ 6 ans il y a | 1 téléchargement |
A soumis
Automatically characterise borders in a parameter space
Repeatedly subdivide borders in some parameter space that separate regions of differing state
environ 6 ans il y a | 1 téléchargement |

A soumis
Mardia test for N equal circular distributions
A non-parametric statistical test of whether N circular distributions are equal (homogenous)
environ 6 ans il y a | 1 téléchargement |
A soumis
Multi-dimensional kernel density estimates over periodic domains
This function performs multi-variate kernel density estimates over optionally periodic domains
environ 6 ans il y a | 1 téléchargement |

A soumis
Compute a Tutte map of a planar surface triangulation
Map a surface mesh onto a planar unit circle, using Tutte's algorithm
environ 6 ans il y a | 1 téléchargement |

A soumis
Better memory-mapped files in Matlab
A better, transparent memmapfile, with complex number support.
environ 6 ans il y a | 2 téléchargements |

A soumis
DylanMuir/SimpleMap
Handle class for storing a mapping between an index and arbitrary data
environ 6 ans il y a | 1 téléchargement |

A résolu
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...
presque 7 ans il y a
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...
plus de 8 ans il y a | 0
Question
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...
presque 9 ans il y a | 1 réponse | 0
1
réponseA résolu
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...
plus de 11 ans il y a
A résolu
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...
plus de 11 ans il y a
A résolu
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:...
plus de 11 ans il y a