photo

Luke


Bank of Montreal

Active since 2012

Followers: 0   Following: 0

Message

Statistics

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

13 years 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] =...

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

13 years ago | 3 answers | 0

3

answers