photo

Kilian Liss


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
counting the number of times a number appears next to the same one in a row?
Probably not the most ellegant solution, but the following code seems to work: x1 = [1 1 2 3 4 4]; count = 0; for i = 1:lengt...

environ 5 ans il y a | 0

Réponse apportée
How can i process a csv file to generate a waveform and then do noise removal
First open your cvs file with notepad, and figure out what line your data begins in. So for example, in the following image the ...

environ 5 ans il y a | 0

Question


Interpolation when y data is not strictly a function of x
Lets suppose I have the following two sets of data, where y is a not a proper function of x: x1 = [-200,-195,-190,-185,-180,-17...

environ 5 ans il y a | 1 réponse | 0

1

réponse