Community Profile

photo

Kilian Liss


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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

5 years ago | 0

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

5 years ago | 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...

5 years ago | 1 answer | 0

1

answer