1 Star 1 Fork 0

王成呈/WhereAmI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Results.m 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
hamzakeceli 提交于 2018-12-23 17:27 . Add files via upload
function Variables=Results ()
count=1;
for area=1:1:4 %area
row_count = area*10; %matrix row count
column_count = area*10; %matrix column count
for i=1:1:4 %test point
%max_tp_number = (area+i)*20; %test point count
max_tp_number = round((row_count*column_count)/(i)); %test point count
for j=1:1:4 %blue ap
if j==1
max_ap_number = area*5; %access point count
max_ble_number = area*5; %bluetooth beacon count
end
if j==2
max_ap_number = area*10; %access point count
max_ble_number = area*5; %bluetooth beacon count
end
if j==3
max_ap_number = area*5; %access point count
max_ble_number = area*10; %bluetooth beacon count
end
if j==4
max_ap_number = area*10; %access point count
max_ble_number = area*10; %bluetooth beacon count
end
disp([count,".Olaslk"]);
error= whereami(row_count, column_count, max_ap_number, max_ble_number, max_tp_number);
Variables(count,:)=[row_count,column_count,max_ap_number,max_ble_number,max_tp_number,error];
%a(count,:)=[count,count,count]
count=count+1;
end
end
end
csvwrite('Results_variables', Variables);
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheng-cheng-wang/WhereAmI.git
git@gitee.com:cheng-cheng-wang/WhereAmI.git
cheng-cheng-wang
WhereAmI
WhereAmI
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385