![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2335696_1522089463212_DEF.jpg)
Vincent Mazet
University of Strasbourg
Followers: 0 Following: 0
LSIIT (CNRS & University of Strasbourg)
http://lsiit-miv.u-strasbg.fr/lsiit/perso/mazet/
Professional Interests: signal & image processing
Statistics
RANK
N/A
of 297.046
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
2.097 of 20.422
REPUTATION
850
AVERAGE RATING
4.80
CONTRIBUTIONS
3 Files
DOWNLOADS
7
ALL TIME DOWNLOADS
7569
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
meer dan 9 jaar ago
Solved
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
meer dan 9 jaar ago
Submitted
Insert a piece of code (a snippet) in the Matlab editor
Paste into the editor a code using the shortcuts toolbar.
meer dan 10 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41704/versions/5/screenshot.jpg)
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
meer dan 11 jaar ago
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...
meer dan 11 jaar ago
Submitted
Background correction
Compute an estimation of the background (aka baseline) in chemical spectra.
bijna 12 jaar ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/27429/versions/5/screenshot.png)
Submitted
Normally and positive distributed pseudorandom numbers
Simulation of positive Gaussian variables.
bijna 15 jaar ago | 1 download |