matlab 赋不了值,将值为0的修改为inf,修改不了
fori=1:1:pointforj=1:1:pointif(allcoefdist(i,j)==0)allcoefdist(i,j)=inf;endendend结果很多...
for i = 1:1:point
for j = 1:1:point
if( allcoefdist(i,j) == 0)
allcoefdist(i,j)=inf;
end
end
end
结果很多原值为0的没有被修改为无穷大 展开
for j = 1:1:point
if( allcoefdist(i,j) == 0)
allcoefdist(i,j)=inf;
end
end
end
结果很多原值为0的没有被修改为无穷大 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询