photo

MS


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Spoken Languages:
Arabic, English

Statistiques

All
MATLAB Answers

0 Questions
6 Réponses

File Exchange

3 Fichiers

Cody

0 Problèmes
2 Solutions

RANG
4 032
of 300 759

RÉPUTATION
14

CONTRIBUTIONS
0 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
3

RANG
8 189 of 21 081

RÉPUTATION
108

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
3 Fichiers

TÉLÉCHARGEMENTS
7

ALL TIME TÉLÉCHARGEMENTS
621

RANG
81 426
of 170 900

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A soumis


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.

plus de 2 ans il y a | 4 téléchargements |

0.0 / 5

A résolu


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 ...

presque 6 ans il y a

A résolu


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:...

presque 6 ans il y a

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

A soumis


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

plus de 6 ans il y a | 1 téléchargement |

0.0 / 5

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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 = ...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 2

A soumis


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

plus de 6 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail