photo

Andrey Kiselnikov


Quantenna

Last seen: circa 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Programming Languages:
Python
Spoken Languages:
English
Pronouns:
Any pronouns

Statistica

All
MATLAB Answers

1 Domanda
33 Risposte

File Exchange

10 File

Cody

0 Problemi
7 Soluzioni

RANK
1.201
of 300.364

REPUTAZIONE
62

CONTRIBUTI
1 Domanda
33 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
7

RANK
3.764 of 20.934

REPUTAZIONE
401

VALUTAZIONE MEDIA
4.60

CONTRIBUTI
10 File

DOWNLOAD
23

ALL TIME DOWNLOAD
3713

RANK
44.725
of 168.407

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
90

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 3
  • Revival Level 1
  • Promoter
  • Solver
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Thankful Level 1
  • 3 Month Streak
  • Knowledgeable Level 2

Visualizza badge

Feeds

Visto da

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

oltre 6 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

oltre 6 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

oltre 6 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 6 anni fa

Risolto


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

oltre 6 anni fa

Risolto


Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...

oltre 6 anni fa

Risolto


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

oltre 6 anni fa