photo

Eman S


Last seen: 2年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
1 回答

ランク
3,704
of 300,900

評判
14

コントリビューション
13 質問
1 回答

回答採用率
84.62%

獲得投票数
1

ランク
 of 21,106

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,578

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to get the non-overlapping area ??
Hi all, My question is; How to compute [(sum of circles' areas)-(area of overlaps of the circles)]? Any suggestions for code...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to remove lines' segments located outside square?
Hi all, The following code is used to draw multiple lines and square of area (1x1); %%PLOT lines deg = 0 : 5 : 90; r=2; x_ax...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to get ( number and values) of (non-empty elements) in each column of the matrix??
Hi all, I have the following matrix; P = Columns 1 through 2 [2x0 double] [2x0 double] [2x0 double] [2x0 do...

7年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Hexagonal Pattern Generator with 1/6th Symmetry
You can check the following file exchange functions; <https://www.mathworks.com/matlabcentral/fileexchange/55572-tiling-hexag...

7年以上 前 | 1

| 採用済み

質問


How to get the intersection points ??
Hi all, I have the following code to get the intersection points between these multiple lines and these multiple circles. %%cen...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how to draw multiple lines?
Hi all, how to draw multiple lines that have (start point (0,0) with different angles 0:5:90 degrees)?? any suggestions for code...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


How to get the points of intersection?
Hi all; my question is: How to get the points of intersection?

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I get the vertices of each polygon of a Voronoi diagram?
Hi all, For the following image; <</matlabcentral/answers/uploaded_files/125034/tq1SX.png>> *How can I get the vertices ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to calculate the area of the overlapping lens between 2 circles [using -code- used to fill this overlapping lens]??
Hi all, I had found the following code which is used to fill the overlapping lens between 2 circles. <https://www.mathworks.c...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to use loop with vpasolve ??
In the following code, I want to use loop with vpasolve. For different values of alpha, I want to solve the equation to get diff...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


Difference between using "vpasolve" in these 2 codes?
In the following code, I had defined f(x) using syms and to solve this equation, I used vpasolve(f). syms f(x) alpha=5; mio=...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to solve "equation with fractional power" using Matlab??
Hi all, I had the following code to solve an equation that has fractional power; syms alpha mio B r alpha=1; mio=0.6; B=2; ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to distribute points uniformly through the grid of multiple hexagons?
Hi all, I have the following code to draw hexagonal grid. Rad3Over2 = sqrt(3) / 2; [X Y] = meshgrid(-.2:0.2:1.6); n =...

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

1

回答

質問


How to draw circle with radius 1 ?
My question is: how to draw circle with radius 1 ?

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

1

回答