matlab madian,马踏棋盘——贪心算法( 三 )


if((pos(i,1),pos(i,2))==0)
Pos=[Pos;pos(i,:)];
end
end
end
Pos= (,,)
%找到在棋盘边界内的子节点
[ny,nx]=size();
%ny是y轴长度 , nx是x轴长度
=[-2,-1,1,2,2,1,-1,-2]';
%横向偏差 , 坐标为x
=[1,2,2,1,-1,-2,-2,-1]';
%纵向偏差 , 坐标为y
x1=+;
y1=+;
=[x1 y1];
=find(((:,1)>0)&((:,1)0)&((:,2)