【发布时间】:2020-04-28 02:51:42
【问题描述】:
points = [200, 200;
200, 180;
180, 180;
180, 200;
40, 40;
40, 160;
160, 160;
160, 40]
for s = 1 : size(points, 1)
fprintf('Plotting (%d, %d)\n', points(s,1), points(s, 2));
pause(5);
我以这种方式完成了我的代码......我想让接收器/基站的位置移动,以便它以一定的速度移动......我做得对吗?因为我认为它只会考虑最后一个值并且不会更新实时值? 有什么建议??? 结束
【问题讨论】:
-
水槽必须以一定的速度移动。无论是移入还是移出(100*100m)网格。
标签: matlab performance networking communication wireless