Community Profile

photo

Luis


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Compute Std with a time interval of 60sec
I have an array representing a time sample with 691200 points(the time frequency is 8Hz so each 8 points represent 1sec and the ...

6 years ago | 2 answers | 0

2

answers

Question


How can i change data from arrays position to NaNs?
I have two arrays. The first one containing data and the other one flags. When the flag is 1 the data is invalid. Data=[] T...

6 years ago | 2 answers | 0

2

answers

Answered
How can i change data from arrays position to NaNs?
I'm doing it like this, Data(find(Flag==1))=NaN; But i wanna do it with logical indexing to be faster..

6 years ago | 0

Question


Create a unitary step entrance with n points
How can i create a vector 1*200 with ones in the first 100 numbers and zeros in the rest. I wanna study the outpout response o...

9 years ago | 1 answer | 0

1

answer