photo

KalMandy


University of Agder

2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
0 답변

순위
220,740
of 301,116

평판
0

참여
17 질문
0 답변

답변 채택
41.18%

획득한 표
0

순위
 of 21,174

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 172,871

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


2D Random path within a unit square
Hi all, I want to generate a random path within a unit square and get the x,y coordinates of n=1000 points on it. start point a...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Random path coordinates in 2D within a unit square
Hi all, I want to generate a random path within a unit square and get the x,y coordinates of 1000 points on it. Can you suggest ...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


overlap between between multiple circles using circcirc
Hi all, I have 10 circles with random center positions but with same radius (but the radius, R= r1:r2). I want to find the in...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


finding overlapping area between two random contours
Hi all, I have x and y coordinates of closed contours with random shapes. I want to find the overlapping area in between any of...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


calculating angle between three points
angle = atan2(abs(det([P2-P0;P1-P0])),dot(P2-P0,P1-P0)); I have seen that the angle between three points can be calculated a...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


points lying on a line from a particular distance
Hi All, In my matlab program , I find two points from solving the line equation (given a point and the angle) and the distance ...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


calling an array which is initialized inside an if statement + for loop, outside the loop
hi, i have a if statement and it runs a for loop in each case where it is true and false. An array is initialized and assigned ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


points lying inside a polygon and a circle
How can I find the number of point lies inside both a circle and a polygon (the point should lie in the mutual/overlapping area ...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


changing the location of num2str
Hi, I am using the following to illustrate the index of the (x,y) location inside a polygon. text(x(i),y(i),num2str(i) With t...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


num2str font size
Hi, can someone tell me how to increase the font size when using num2str? ex:text(x(i),y(i),num2str(i))

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


Error:Index exceeds matrix dimensions.
I have two arrays; onpointX1 = NaN NaN NaN NaN NaN NaN NaN onpointX2 = NaN NaN ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to create an array which changes with each iteration of a loop?
How to create an array which changes with each iteration of a for loop? for example; polyX(i)=horzcat(X2(i),X1(i+1),V(i+1));...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problem in if-else if-else structure
Hi, I have written the following program. But it does not output the result I get from manual calculations. Perhaps I have gone...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


eliminating NaN values from an array
Hi, does someone know how to eleiminate NaN values from an array? For example I have an array [NaN 0.6451 NaN 0.8339...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


intersection points between random polygon and a circle
Hi, I have a random polygon (with known coordinates of the vertices) and a circle(with know center coordinates and center). I w...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why do i get the following error when using azimuth?
When I enter the azimuth command as in the following example, I get the following error. azimuth(-65.226,125.5,-65.236,125....

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Finding a Best Distribution fit
Hi all, I want to find a Matlab tool/code to find the best distribution fit to my empirical data. I have tried allfitdist and f...

거의 10년 전 | 답변 수: 0 | 0

0

답변