photo

Phongwit


Last seen: 10 Tage vor Aktiv seit 2026

Followers: 0   Following: 0

Statistik

Cody

0 Probleme
7 Lösungen

RANG
N/A
of 301.219

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.193

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
46.410
of 173.467

BEITRÄGE
0 Probleme
7 Lösungen

PUNKTESTAND
90

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

10 Tage vor

Gelöst


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

10 Tage vor

Gelöst


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

10 Tage vor

Gelöst


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

10 Tage vor

Gelöst


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

10 Tage vor

Gelöst


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

10 Tage vor

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

10 Tage vor