photo

MOHAMMEDI RIDHA DJAMEL


Last seen: Today Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

4 File

Cody

0 Problemi
12 Soluzioni

RANK
198.375
of 300.381

REPUTAZIONE
0

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
6.593 of 20.941

REPUTAZIONE
167

VALUTAZIONE MEDIA
2.80

CONTRIBUTI
4 File

DOWNLOAD
5

ALL TIME DOWNLOAD
1586

RANK
25.844
of 168.477

CONTRIBUTI
0 Problemi
12 Soluzioni

PUNTEGGIO
200

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • Community Group Solver
  • Solver
  • 5-Star Galaxy Level 1
  • Explorer
  • First Review
  • First Submission
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre un anno fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

quasi 5 anni fa

Risolto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

quasi 5 anni fa

Risolto


Create a vector
Create a vector from 0 to n by intervals of 2.

quasi 5 anni fa

Risolto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

quasi 5 anni fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

quasi 5 anni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

quasi 5 anni fa

Risolto


Inner product of two vectors
Find the inner product of two vectors.

quasi 5 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

quasi 5 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Inviato


Conjugate gradient method
Conjugate gradient method

quasi 10 anni fa | 2 download |

2.8 / 5
Thumbnail

Inviato


Add a (Backward or Foeward) progress bar in GUI
Progress bar in GUI

quasi 10 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
Left alignment in the workspace
Desktop -> Desktop Layout -> Default

oltre 10 anni fa | 0

Inviato


Roman Numeral / Arabic Numeral Conversion
These GUI convert roman numerals to integer numerals and vise-versa.

oltre 10 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Prüfer's encoding and decoding
Prüfer sequence

circa 11 anni fa | 1 download |

0.0 / 5
Thumbnail