photo

MS


Last seen: mehr als 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Spoken Languages:
Arabic, English

Statistik

All
MATLAB Answers

0 Fragen
6 Antworten

File Exchange

3 Dateien

Cody

0 Probleme
2 Lösungen

RANG
3.777
of 300.352

REPUTATION
14

BEITRÄGE
0 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
3

RANG
8.202 of 20.928

REPUTATION
107

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
3 Dateien

DOWNLOADS
4

ALL TIME DOWNLOADS
611

RANG
80.012
of 168.212

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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.

mehr als 2 Jahre vor | 2 Downloads |

0.0 / 5

Gelöst


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

fast 6 Jahre vor

Gelöst


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

fast 6 Jahre vor

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

etwa 6 Jahre vor | 0

| akzeptiert

Gesendet


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

etwa 6 Jahre vor | 1 Download |

0.0 / 5

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 1

| akzeptiert

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 2

Gesendet


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

etwa 6 Jahre vor | 1 Download |

5.0 / 5
Thumbnail