Statistics
All
RANK
166,135
of 295,448
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,566 of 20,227
REPUTATION
1,185
AVERAGE RATING
3.70
CONTRIBUTIONS
8 Files
DOWNLOADS
24
ALL TIME DOWNLOADS
11235
RANK
of 153,872
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
Feeds
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...
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...
12 years ago | 0