b =[46 75 93 83 32 45 58 61 97];
c =相交(A,B)
index =[];
對於i=1:長度(c)
tmpindex = find(B = = c(I));
index = [index,tmpindex];
結束
排序(索引)