Question


In my above code I added LEACH protocol from line 117 to make clusters in P1(1,1)..................but I can't able to do so..............plz help me I don't know what kind of mistake i done here
plz make change in my code so that clusters are formed inside box P1(1,1)........I got an error while running my program plz rem...

9 years ago | 0 answers | 0

0

answers

Question


how to find eucledian distance b/w nodes only present in P(2,2)..............
how can i select the nodes of cell(2,2) to find eucledian distance b/w the nodes present in this box ..................i have a ...

9 years ago | 1 answer | 0

1

answer

Question


i have to form clusters of nodes on the basis of energy like in (LEACH) protocol on the nodes seperately presented in each grid..........plz help me
like in first box clusters are made of the nodes present in the first box on the basis of energy...........

9 years ago | 0 answers | 0

0

answers

Question


i have to form eucledian distance based clusters inside first box in which green color nodes are present.............iff, the calculated distance would be less than the pre-defined distance(D) present code
plz help me i can't able to find clusters in first box on the basis of eucledian distance b/w the nodes present only in first bo...

9 years ago | 1 answer | 1

1

answer

Question


how could i form clusters inside each box of grids seperately in wsn using leach............
here the clusters are formed over whole network i want clusters inside each box of grid.......plz help me as soon as possible

9 years ago | 0 answers | 0

0

answers

Question


how to deploy nodes in WBAN
I WANT TO DEPLOY NODES IN WBAN

9 years ago | 0 answers | 0

0

answers

Question


how to find eucledian distance b/w nodes present inside a particular cell of a grid?here under the following code i want to find eucledian distance present inside the cell(3,1).here all cells are seperated from other. plz help with code
how to find eucledian distance b/w nodes present inside a particular cell of a particular grid?here under the following code i w...

9 years ago | 0 answers | 0

0

answers

Question


how to use "for loop" for firstly entering into each rectangular grids then find minimum distance b/w nodes in each grid
here i want to apply for loop for each 16 rectangular grids then after entering into the grid i want to find eucledian distance ...

9 years ago | 1 answer | 0

1

answer

Question


how to form eucledian distance based clusters inside each rectangular grids b/w nodes present in each grid
plz help me further in this code that how to use for loop inside

9 years ago | 2 answers | 0

2

answers

Question


how to find coordinates of a point at where 4 grids meets each other
a region is divided into 4 grids code is needed to find the coordinates of point at where grids met

9 years ago | 3 answers | 0

3

answers

Question


how to cache the data near the sink node placing inside the grid. in wsn..............i uses following code to form grids now i want to implement cooperative caching on the nodes
NrGrid = 4; x = linspace(0, 100, NrGrid+1); [X,Y] = meshgrid(x); figure(1) plot(X,Y,'k') hold on p...

9 years ago | 0 answers | 0

0

answers

Question


i want to create clusters inside each grids using leach in wsn..........................what could i do in the following coding so that clusters would be made inside the grids
close all clc clear all; warning('off','all'); x_dimensions=200; y_dimensions=200; base_station.x=160; base_statio...

9 years ago | 1 answer | 0

1

answer