photo

Luke


Bank of Montreal

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
21 Solutions

RANK
7 039
of 300 364

REPUTATION
6

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
24 833
of 168 407

CONTRIBUTIONS
0 Problems
21 Solutions

SCORE
210

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
alter a matrix
Try this: [~,bin]=histc(dDates,day); idx=false(size(data,1),1); for k=1:length(bin) idx(bin(k)+1:bin(k)+120)=1...

mer än 13 år ago | 1

| accepted

Answered
can this be done without a for loop?
Although Alex's answer is not complete, he sent me on the right path, so I gave him credit for the solution. [row, col] =...

nästan 14 år ago | 0

Question


can this be done without a for loop?
I have a huge matrix M such that each row is ascending ordered. I find if/where each row exceeds a certain threshold by looking ...

nästan 14 år ago | 3 answers | 0

3

answers