photo

Deepika Sharma


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
106,807
of 301,854

評判
0

コントリビューション
6 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,439

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,967

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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...

約8年 前 | 0 件の回答 | 0

0

回答

質問


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...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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]; ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

9年弱 前 | 1 件の回答 | 0

1

回答