|
|
compare 2-d array with vector 5
30 ( 9/24/2012 7:32:17 AM) Hi all, I'm having problem when comparing a 2-d array with a given vector. For example, if giving a 2-d array
a=[[1,1,1],
[2,2,2],
[3,3,3],
[4,4,4]]
and a vector b=[1,2],
how can I get all the subscrip... dxsong11 (1)
|
|
(0.204 seconds)
|
|
|
|
|
|