Community Profile

photo

Patrick Mineault


McGill University

Actif depuis 2010

http://xcorr.net
Professional Interests: neuroscience

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A soumis


mexme - write MEX files in no time
writes fully valid MEX .cpp files including mexFunction boilerplate based on numeric C/C++ snippet

plus de 11 ans il y a | 4 téléchargements |

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

environ 12 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 12 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

environ 12 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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

A soumis


Fit GLM with quadratic penalty
Fits GLM with a quadratic penalty, determines hyperparams through cross-validation or evidence

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

Thumbnail

A soumis


Auto Gaussian & Gabor fits
Fit 1D/2D Gaussian or Gabor to a curve/surface without start guesses for params

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

Thumbnail

A soumis


Matching pursuit for 1D signals
Performs Matching Pursuit on 1d (temporal) signals with custom basis

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

Thumbnail

A soumis


Fast B-spline class
Fit, evaluate, differentiate non-uniform B-splines of any order - fast

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

Thumbnail

A soumis


Boosted Generalized Additive Models (bgam) package
Boosting for the Generalized Additive and Linear Models (GAM and GLM).

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

Thumbnail

A soumis


Unique elements in cell array
unique for numeric cell arrays. If c = {[0],[1,2],[0],[8],[1,2]} returns {[0],[1,2],[8]}

presque 13 ans il y a | 2 téléchargements |

A soumis


Embiggen
Add (or multiply, divide, etc) a matrix A to a vector b with the simple syntax A + Embiggen(b)

presque 14 ans il y a | 1 téléchargement |