Community Profile

photo

Eman S


Last seen: 1 month ago Active since 2017

Statistics

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

View badges

Content Feed

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 1

| accepted

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer