Statistics
All
RANK
266,773
of 300,571
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
11,649 of 21,027
REPUTATION
41
AVERAGE RATING
0.00
CONTRIBUTIONS
4 Files
DOWNLOADS
85
ALL TIME DOWNLOADS
339
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
How do I refer to only the odd-numbered elements in any given vector?
function y = everyOther(x) n=length(x); y=x(1:2:n); end
How do I refer to only the odd-numbered elements in any given vector?
function y = everyOther(x) n=length(x); y=x(1:2:n); end
3 years ago | 0









