![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1829594_1522088149244_DEF.jpg)
Patrick Mineault
McGill University
Followers: 0 Following: 0
http://xcorr.net
Professional Interests: neuroscience
Statistics
RANK
N/A
of 297.016
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
965 of 20.419
REPUTATION
1.955
AVERAGE RATING
4.80
CONTRIBUTIONS
8 Files
DOWNLOADS
15
ALL TIME DOWNLOADS
17671
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
mexme - write MEX files in no time
writes fully valid MEX .cpp files including mexFunction boilerplate based on numeric C/C++ snippet
meer dan 12 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/31257/versions/9/screenshot.png)
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...
ongeveer 13 jaar 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 ...
ongeveer 13 jaar ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
ongeveer 13 jaar 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:...
ongeveer 13 jaar ago
Submitted
Fit GLM with quadratic penalty
Fits GLM with a quadratic penalty, determines hyperparams through cross-validation or evidence
ongeveer 13 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/31661/versions/5/screenshot.png)
Submitted
Auto Gaussian & Gabor fits
Fit 1D/2D Gaussian or Gabor to a curve/surface without start guesses for params
meer dan 13 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/31485/versions/7/screenshot.png)
Submitted
Matching pursuit for 1D signals
Performs Matching Pursuit on 1d (temporal) signals with custom basis
meer dan 13 jaar ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/32426/versions/4/screenshot.png)
Submitted
Fast B-spline class
Fit, evaluate, differentiate non-uniform B-splines of any order - fast
meer dan 13 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/32509/versions/2/screenshot.png)
Submitted
Boosted Generalized Additive Models (bgam) package
Boosting for the Generalized Additive and Linear Models (GAM and GLM).
meer dan 13 jaar ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/30145/versions/5/screenshot.png)
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]}
meer dan 13 jaar ago | 2 downloads |
Submitted
Embiggen
Add (or multiply, divide, etc) a matrix A to a vector b with the simple syntax A + Embiggen(b)
bijna 15 jaar ago | 1 download |