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,763

評判
14

コントリビューション
0 質問
6 回答

回答採用率
0.00%

獲得投票数
3

ランク
8,192 of 21,082

評判
108

平均評価
5.00

コントリビューション
3 ファイル

ダウンロード
7

ALL TIME ダウンロード
621

ランク
81,431
of 170,923

コントリビューション
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