Community Profile

photo

Patrick Mineault


McGill University

2010년부터 활동

Followers: 0   Following: 0

연락

http://xcorr.net
Professional Interests: neuroscience

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

11년 초과 전 | 다운로드 수: 4 |

Thumbnail

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

제출됨


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

12년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


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

12년 초과 전 | 다운로드 수: 6 |

Thumbnail

제출됨


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

12년 초과 전 | 다운로드 수: 7 |

Thumbnail

제출됨


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

12년 초과 전 | 다운로드 수: 4 |

Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 4 |

Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 3 |

제출됨


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

거의 14년 전 | 다운로드 수: 1 |