文件名称:关于wsn 的质心定位算法matlab仿真
文件大小:2KB
文件格式:NONE
更新时间:2014-05-26 07:45:34
cetriod location
质 心 定 位 matlab 源 代 码,供 初 学 者 使 用 !clear all,clc; for n=6:2:14 x=100*rand(1,100); %布置10m*10m的网格区域 y=100*rand(1,100); w=100*rand(1,n); z=100*rand(1,n); plot(x,y,'b*',w,z,'rO') axis([0 100 0 100]) grid on;