Community Profile

photo

Dylan Muir


SynSense AG, Zürich Switzerland

Actif depuis 2012

Followers: 0   Following: 0

Contact

http://dylan-muir.com Professional Interests: neuroscience, cortical models

Programming Languages:
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, German
Pronouns:
He/him
Professional Interests:
Statistics and Machine Learning Applications

Statistiques

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


kstest_2s_2d(x1, x2, alpha)
Performs a two-sample, two-tailed, two-dimensional Kolmogorov-Smirnov test, with accurate p-values

plus de 6 ans il y a | 6 téléchargements |

A soumis


ReadImageJROI
Read ROIs and ROI sets saved from ImageJ into MATLAB, without java.

plus de 6 ans il y a | 20 téléchargements |

Thumbnail

A soumis


Adam stochastic gradient descent optimization
Matlab implementation of the Adam stochastic gradient descent optimisation algorithm

plus de 6 ans il y a | 12 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.

plus de 6 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Fast Loop mesh subdivision
Subdivide a surface mesh, using Loop subdivision. Boundary- and shape-maintaining

plus de 6 ans il y a | 2 téléchargements |

Thumbnail

A soumis


PARFOR progress monitor (progress bar) v3
Progress monitor bar for matlab parfor loops, supports distributed pools

plus de 6 ans il y a | 5 téléchargements |

Thumbnail

A soumis


DylanMuir/TIFFStack
Read a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats.

plus de 6 ans il y a | 8 téléchargements |

Thumbnail

A soumis


ComparisonHist
Compare several data sets on a multiple histogram plot

plus de 6 ans il y a | 2 téléchargements |

Thumbnail

A soumis


vmrand(fMu, fKappa, varargin)
Draw random numbers from the Von Mises distribution

plus de 6 ans il y a | 12 téléchargements |

A soumis


SlackMatlab
Integration for sending Slack notifications from Matlab.

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


SeparateAxes
Change the visual appearance of a figure axis, by separating the axes at the origin.

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Kernel density estimation for circular functions
Performs kernel density estimates over arbitrary periodic domains.

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Efficient and safe Monte Carlo testing with multiple-comparisons correction
Efficiently perform simultaneous multiple Monte Carlo tests, correcting for multiple comparisons

plus de 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

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Mardia test for N equal circular distributions
A non-parametric statistical test of whether N circular distributions are equal (homogenous)

plus de 6 ans il y a | 2 téléchargements |

A soumis


Multi-dimensional kernel density estimates over periodic domains
This function performs multi-variate kernel density estimates over optionally periodic domains

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Compute a Tutte map of a planar surface triangulation
Map a surface mesh onto a planar unit circle, using Tutte's algorithm

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Better memory-mapped files in Matlab
A better, transparent memmapfile, with complex number support.

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


DylanMuir/SimpleMap
Handle class for storing a mapping between an index and arbitrary data

plus de 6 ans il y a | 1 téléchargement |

Thumbnail

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...

plus de 7 ans il y a

A répondu
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...

environ 9 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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A 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...

environ 12 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...

environ 12 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:...

environ 12 ans il y a