photo

Huseyin Kaya


Last seen: quasi 2 anni fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

I currently work on time series classification and alignment techniques. In my spare time I prepare short instructional videos or small pieces of codes for fun. Professional Interests: time series classification

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

2 File

Cody

0 Problemi
4 Soluzioni

RANK
11.876
of 300.369

REPUTAZIONE
4

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
7.696 of 20.936

REPUTAZIONE
124

VALUTAZIONE MEDIA
4.00

CONTRIBUTI
2 File

DOWNLOAD
2

ALL TIME DOWNLOAD
1191

RANK
62.520
of 168.436

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Inviato


mg.m
a small memory game

oltre 11 anni fa | 1 download |

3.0 / 5
Thumbnail

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

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

Risposto
What is wrong with my code short simple function using only - if,for,length and variables)?
Just change result == [] with length(result) == 0 and everything will work fine.

quasi 12 anni fa | 0

| accettato

Inviato


Fractal landscape generation with diamond-square algorithm
The MATLAB implementation of diamond-square algorithm to create fractal landscapes.

quasi 12 anni fa | 1 download |

5.0 / 5
Thumbnail