photo

Luke


Bank of Montreal

2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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...

12년 초과 전 | 1

| 수락됨

답변 있음
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] =...

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변