photo

Rei Okano

Last seen: 5 giorni fa Attivo dal 2022

Followers: 0   Following: 0

Programming Languages:
C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS, Shell

Statistica

All
File Exchange

1 File

Cody

0 Problemi
8 Soluzioni

RANK
N/A
of 300.908

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
19.214 of 21.110

REPUTAZIONE
1

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
13

RANK
44.155
of 171.639

CONTRIBUTI
0 Problemi
8 Soluzioni

PUNTEGGIO
94

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Submission
  • GitHub Submissions Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


API Tester for MATLAB
MATLAB GUI App that helps your REST API call workflow on MATLAB desktop.

quasi 2 anni fa | 1 download |

0.0 / 5
Thumbnail

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 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 3 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 3 anni fa

Risolto


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

quasi 4 anni fa