photo

Christophe


INRA Centre Clermont-Theix-Lyon

Last seen: 2 months ago Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: data processing

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
101,663
of 301,454

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,287

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
n lowest values of a series
Finally here is my solution : x = rand(1, 1e6); for m = 1:50 [mini(m), ind(m)] = min(x); x(ind(m)) = Inf; e...

14 years ago | 0

Answered
n lowest values of a series
Hello Wayne, Jan and Sean, Thanks for your answers. In fact I will use a loop (for) and Inf.

14 years ago | 0

Question


n lowest values of a series
Hello, I'd like to find the n lowest values of a series of datas. "min" fonction does not seem to propose this option. I coul...

14 years ago | 4 answers | 0

4

answers