Skip to content

Making a point-sampling matrix

2 messages · Alaios, andrija djurovic

#
Hi.
If I understood you correctly here is one approach to your solution:
[,1] [,2] [,3] [,4] [,5]
[1,]    0    0    1    0    0
[2,]    0    1    0    0    0
[3,]    0    0    0    1    0
[1] 1 1 1
[1] 0 1 1 1 0

I hope this helps
Andrija
On Sat, Feb 4, 2012 at 4:27 PM, Alaios <alaios at yahoo.com> wrote: