photo

Yi Sui


home

Last seen: 6 months ago Active since 2010

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

8 Files

RANK
160,486
of 300,379

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
1,578 of 20,931

REPUTATION
1,194

AVERAGE RATING
3.70

CONTRIBUTIONS
8 Files

DOWNLOADS
14

ALL TIME DOWNLOADS
11325

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
Method to compound daily data by n-days?
function re = foo(x,n) len = length(x); seg = floor(len/n); res = mod(len,n); x2 = mat2cell(x,1,[ones(1,seg).*n re...

13 years ago | 0