Tagged Questions
3
votes
3answers
2k views
How do I sample a matrix in MATLAB?
I have a matrix in MATLAB from which I want to sample every other entry:
a =
1 5 9 13
2 6 10 14
3 7 11 15
4 8 12 16
And I want:
result ...