photo

cephas mulungi


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
34,043
of 301,472

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 21,293

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I deploy 100 sensor nodes non-randomly in a square area of 400* 400 meters
% GAF Random + TPut clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%%% rmax=25; data_tim...

5 years 前 | 0 个回答 | 0

0

个回答

提问


I Need help to change random node arrangement to deterministic
for i=1:1:3 area(i)=0; end for i=1:1:n %Getting random initial position of all the nodes S(i).xd=rand(1,1)*...

5 years 前 | 0 个回答 | 0

0

个回答

提问


"Unable to perform assignment because dot indexing is not supported for variables of this type. " Error in GAF_Improved (line 61) S(i).xd=rand(1,1)*xm;
% GAF Random + TPut clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%%% rmax=25; data_tim...

5 years 前 | 0 个回答 | 0

0

个回答

提问


What is the problem with the code on the line that reads "disp({'Coordinates For Node ' num2str(k1) ' ^re: '})
clc close all clear all Elec=50*0.000000001; Emp=100*0.000000000001; k = 8; Area = input('Ent...

5 years 前 | 2 个回答 | 1

2

个回答

提问


How can the two source codes be combined into one algorithm?
Iam trying to combine the follwing two source codes below but Iam finding it hard kmeans #Sarwat Shaheen #214677322 clear; cl...

5 years 前 | 0 个回答 | 0

0

个回答