photo

Patrick Mineault


McGill University

Active since 2010

Followers: 0   Following: 0

Message

http://xcorr.net
Professional Interests: neuroscience

Statistics

All
File Exchange

8 Files

Cody

0 Problems
5 Solutions

RANK
N/A
of 300,508

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
973 of 21,019

REPUTATION
1,960

AVERAGE RATING
4.80

CONTRIBUTIONS
8 Files

DOWNLOADS
17

ALL TIME DOWNLOADS
17724

RANK
56,370
of 169,435

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

13 years ago | 1 download |

4.66667 / 5
Thumbnail

Solved


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

14 years ago

Solved


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

14 years ago

Solved


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

14 years ago

Solved


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

14 years ago

Solved


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

14 years ago

Submitted


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

14 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


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

14 years ago | 4 downloads |

4.6 / 5
Thumbnail

Submitted


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

14 years ago | 2 downloads |

4.5 / 5
Thumbnail

Submitted


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

14 years ago | 5 downloads |

5.0 / 5
Thumbnail

Submitted


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

14 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


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

14 years ago | 1 download |

4.8 / 5

Submitted


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

15 years ago | 1 download |

5.0 / 5