photo

MS


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

Spoken Languages:
Arabic, English

통계

All
MATLAB Answers

0 질문
6 답변

File Exchange

3 파일

Cody

0 문제
2 답안

순위
4,032
of 300,853

평판
14

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
3

순위
8,191 of 21,094

평판
108

평균 평점
5.00

참여
3 파일

다운로드 수
7

ALL TIME 다운로드 수
621

순위
81,613
of 171,319

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • GitHub Submissions Level 2
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • Solver
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


Clustering via Jenks Natural Breaks (JNB) method
Example on using the Jenks Natural Breaks method to cluster a one-dimensional data array into two classes.

2년 초과 전 | 다운로드 수: 4 |

0.0 / 5

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 6년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 6년 전

답변 있음
Cluster the data, separate the data
As a quick answer (since you didn't upload the data), you may try to detect the peaks of the signal and then get the segments be...

6년 초과 전 | 0

| 수락됨

제출됨


Integral calculation based on data points arrays
Example on calculating the integral as a summation of areas.

6년 초과 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
Why won't this plot?
The two vectors have different sizes. Since you are using the diff function. From documentation: Y = diff(X) calculates differe...

6년 초과 전 | 0

답변 있음
How to integrate a plot over specified range?
You can use the integral function to numerically integrate a function from xmin to xmax. Example: % define functions fun_x = ...

6년 초과 전 | 1

| 수락됨

답변 있음
HI every one .. I want matlab code for MOBILITY Wireless Sensor Network (WSN) , for Optimize Link State Routing Protocols (OLSR).i need code for understand the protocol.can any one help me please
I've written a code that demonstrates the selection of Multi-Point Relay nodes in the Optimized Link State Routing (OLSR) routin...

6년 초과 전 | 0

답변 있음
Does anyone have the matlab code for OLSR protocol?
I've written a code that demonstrates the selection of Multi-Point Relay nodes in the Optimized Link State Routing (OLSR) routin...

6년 초과 전 | 0

답변 있음
clustering of 1d data
Yes, you can apply the Jenks Natural Breaks iteratively to split the array into several classes based on the similarity of the e...

6년 초과 전 | 2

제출됨


MPR Selection in OLSR protocol
Demonstration of an algorithm for MPR nodes selection in OLSR

6년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail