photo

Deepika Sharma


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
108 487
of 301 723

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 401

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 250

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Help is needed to implement genetic code to maximize the coverage in wireless sensor network.
In this case whole 2d space is divided into the equal blocks in which whole mass of the block is focused to its center and cente...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


how to calculate the volume covered by the multiple overlapping spheres of same radius 'R' in matlab.
In the above problem we know the coordinates of the sphere which are generated randomly. The problem is to find the volume cover...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I have plotted 15 circles randomly of radius 10 cm. i want to find overlapped area of these circles . in this more than 2 circles are overlapping each other. please help.
n=15; X=randi([1,100],1,15); Y=randi([1,100],1,15); R=15; L=[0,100,100,0,0]; B=[0,0,100,100,0]; figure ho...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


I want to plot a 15 points randomly in square of dimensions (100*100) such that minimum distance between every point should 5. please help.
clc; clear all; n=15; X=randi([1,100],1,10); Y=randi([1,100],1,10); L=[0,100,100,0,0]; B=[0,0,100,100,0]; ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


in the following code i have plotted random number of nodes with the sensing range of 10 . now i want to plot random nodes so that minimum distance between each node should be 15. Following is the code
n=10; X=randi([1,100],1,10); Y=randi([1,100],1,10); R=10; C1=0; C2=0; L=[0,100,100,0,0]; B=[0,0,100,100,0...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


in this i want to plot the 10 random points and the draw a circle of radius 10 labeled with 1 to 10 number. But the following program is not plotting circle with label 1.
clc; close all; n=10; X=randi([1,100],1,10); Y=randi([1,100],1,10); R=10; L=[0,100,100,0,0]; B=[0,0,100,1...

presque 9 ans il y a | 1 réponse | 0

1

réponse