photo

MS


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

Spoken Languages:
Arabic, English

统计学

All
MATLAB Answers

0 个提问
6 个回答

File Exchange

3 文件

Cody

0 个问题
2 个答案

排名
4,031
of 300,753

声誉
14

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
3

排名
8,189 of 21,075

声誉
108

平均
5.00

贡献数
3 文件

下载次数
7

ALL TIME 下载次数
621

排名
81,409
of 170,858

贡献数
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 years 前 | 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 years 前

已解决


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 years 前

已回答
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 years 前 | 0

| 已接受

已提交


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

6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2

已提交


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

6 years 前 | 2 次下载 |

5.0 / 5
Thumbnail