资源简介

THis simulation shows one node in Mobile Adhoc Network. The node moves randomly in the network. We can run single node simulation.

资源截图

代码片段和文件信息

function dist = calculate_dist(xy)

dist = sqrt((x(1)-x(2)).^2+(y(1)-y(2)).^2);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件          82  2011-03-06 14:13  calculate_dist.m
     文件         463  2011-03-06 23:46  calculate_params.m
     文件        1037  2011-03-07 01:00  Single_node.m

评论

共有 条评论