Statistics
5 Questions
0 Answers
RANK
34,020
of 301,433
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
"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 ago | 0 answers | 0
0
answersQuestion
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 ago | 2 answers | 1
2
answersQuestion
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 ago | 0 answers | 0
