Community Profile

photo

Nisha Mathew


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to get the positions of points those are lying inside a triangle using centroid formula. Please tell me how can I do that.
I have a set of 100 nodes randomly generated out of which 14 nodes are coloured in red and taken as the cluster heads. Those clu...

6 years ago | 1 answer | 0

1

answer

Question


how can I provide the location of nodes That are mentioned in the variable 'S' to the variable 'anchLoc'
M = mean(Dist) A2=unique(M(:)) *S=A2([1;2;3;78; 85; 87; 88; 91; 92; 94; 95; 96; 99; 100]) [v,i]= ismember(S, M(:)); ...

6 years ago | 0 answers | 0

0

answers

Question


How can I connect i.e. draw a line between all the highlighted nodes
Here I have created 100 nodes randomly and then highlighted few nodes in the middle and few towards the end. I want each of thos...

6 years ago | 1 answer | 0

1

answer

Question


I have randomly placed 10 nodes in a 100x100 area. Now I need those node to get connected to each other that are within the provided range.
*I am sending my entire code in this. Please check it* *File 1:* clc; close all; clear all; x=randi(100,1,10) ...

6 years ago | 2 answers | 0

2

answers

Question


How can I send the location of multiple nodes to a single head node in matlab?
I have created 100 nodes and there is one cluster head. I want the other nodes to send its location to the head node and I also ...

6 years ago | 0 answers | 0

0

answers