Community Profile

photo

Tamoor Shafique


Last seen: 4 months ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 3
  • Thankful Level 2
  • Explorer
  • Revival Level 1
  • First Review
  • First Answer
  • Solver

View badges

Feeds

View by

Question


I want to find out points whose coordinates are within the volume formed by a cone shape.
Hello, I have plotted few points in a 3D volume as shown in the figure below: I want to plot a 3D righ Cone from a few spe...

2 years ago | 2 answers | 0

2

answers

Question


How can I find distances between 100 points such that I have a set of distances of each point from rest of the points.
Hi Everyone, I have distributed 100 points randomly in a 100x100x100 m3 3D space. I want to find distance of each point from re...

3 years ago | 1 answer | 0

1

answer

Question


How can I convert 100 X Y and Z coordinates generated randomly in the form of a 100x100x100 matrix
close all clear all n = 100; xm = 100; ym = 100; zm = 100; x = 0; y = 0; z = 0; for i=1:1:n S(i).xd=rand(1,1)*xm; ...

3 years ago | 1 answer | 0

1

answer

Question


How can I calculate the number of points in subcubes of a big cube with random distribution. How can I calculate the distance between points
Hi, I have this code with divides a big cube into 27 equal sized cubes. N=100; % Number of points cubesize = 100; % meter ...

3 years ago | 1 answer | 0

1

answer

Question


I want to define three 3d Shapes in the code and then on each simulation pick one of these shapes randomly to plot points in it randomly uniformly.
Hi Everyone, I want to learn how I can define three shapes in Matlab first i.e. boundaries of a cube & rectangle & sphere. So t...

3 years ago | 0 answers | 0

0

answers

Question


how can I determine the density in each quadrant or small region of randomly uniformly deployed points in a 3D plot
I have a 3D plot of random and uniformly distributed points. how could i determine the density in each quardrant/sector or subdi...

3 years ago | 0 answers | 0

0

answers

Question


I have random uniform distributed points in a 3D plot. How can I subdivide the plot into cube shaped grids with equal volume.
My objective is to randomly and uniformly distribute points in a 3D cube shape. Then break the cube into 27 equal volume small c...

3 years ago | 1 answer | 0

1

answer

Question


In a random distribution of points in square area how can we determine the density information of points in each region
I want to distribute random points in a square region and then determine the density information of the points array form such t...

3 years ago | 2 answers | 0

2

answers

Question


Balanced Energy Consumption in Wireless Sensor Networks and Network Lifetime Increasing using Unequal Clustering
Hello Everyone, I am trying to find code for state of the art Unequal Clustered Routing Algorithms. Particularly if anyone woul...

3 years ago | 0 answers | 0

0

answers

Answered
Deploy Sensor Nodes Inside a Circle with n_sectors
Could this sectoring work be done in a 3D WSN deployment? is there any code for Balanced load distribution in 3D WSN deployment

3 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Question


Is Energy Hole Problem in Hierarchical routing protocols completely solved if not can anyone help me how to find the present stage of the problem?
Hi I am new using Matlab and trying to investigate the Energy Hole Problem in LEACH and other Hierarchical routing protocols but...

6 years ago | 1 answer | 0

1

answer