Statistics
RANK
7,929
of 295,689
REPUTATION
6
CONTRIBUTIONS
14 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
6
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how we can fill just sector of a circle?
% Coordinates of circle x0 = x + r *cos(angle); y0 = y +r *sin(angle); plot(x0,y0,'k') i can draw a circle in ...
10 years ago | 1 answer | 0
1
answerQuestion
how i can draw a sector of a circle in matlab?
I want to draw a sector of a circle. The angle and the coordinate of sector's center are specified but the direction of the angl...
10 years ago | 3 answers | 0
3
answersQuestion
how i can fill a circle with different styles like striped,...?
i have circle with specified raduis and center: r1=10; x1=20; y1=30; i draw it like this: nd = 50; angle = 0:...
10 years ago | 0 answers | 0
0
answersQuestion
How can I calculate the coordinates of a hexagon's vertics?
I have 3 hexagon in 3 levels. how can I calculate the coordinate's of these coordinates? I assume that these 3 level has t...
11 years ago | 1 answer | 0
1
answerQuestion
how can i solve a problem by primal simplex or dual simplex in matlab?
I want to solve this exercise by using primal simplex method in matlab , could anyone help me with the code please? it's really ...
11 years ago | 0 answers | 0
0
answersQuestion
how can I solve an optimization problem by simplex method in matlab?
I want to solve this optimization problem by simplex method in matlab, for example we have: min 2x1-4x2 x1-5x2 <=3 2x1+...
11 years ago | 3 answers | 1
3
answersHow can I draw a filled circle?
thanks for the answer but I want just a simple command in matlab to fill a circle that is plotted with specified radius and cent...
11 years ago | 0
Question
How can I draw a filled circle?
I know the radius and the center coordinate of a circle I want to fill this circle with black color how can I do this?
11 years ago | 8 answers | 2
8
answersQuestion
How can i convert a scientific number to a decimal normal number?
I got this result from matlab TotalD3 = 1.0e+003 * 2.1112 2.2224 2.2438 2.2732 2.3358 2.3784 2....
11 years ago | 1 answer | 0
1
answerQuestion
calculate the area of three circles overlapping
I have 3 circles. We know the center coordinates of each circle and also their radii. For example: circle 1: radius=r1 , c...
11 years ago | 1 answer | 0
1
answerQuestion
take the execution to the specific line in matlab code
I have some code in matlab, I want to take the execution from line 200 to line 100 I need something like gotoxy function in...
11 years ago | 2 answers | 0
2
answersQuestion
How to sort an array in descending order?
For example with an array like X that is: X=[10 3 6 8; 12 5 9 2; 66 4 7 11]; I want a code that gives me t...
11 years ago | 4 answers | 2
4
answersQuestion
Calculate the intersection area of 3 circles
We know center coordinate of three circles & also their radius. Now I want to know the intersection area of these three circle ...
11 years ago | 0 answers | 0
0
answersQuestion
How can you convert a scientific number to decimal?
I have an equation in matlab that gave me this result: 4.1084e+001 -9.6671e+002i how can I convert it to a decimal number?...
11 years ago | 2 answers | 0
2
answersQuestion
How to copy a figure in anothe figure?
Hello, I want to produce the same figures. For example I have figure(1),figure(2). figure(1) with some points that are plotted...
11 years ago | 2 answers | 1