Community Profile

photo

Jhilam Biswas


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Plot vectors in matlab as a straight line
I have the following two vectors: 1. vector r (1*300000) . This vector has the following values: All indices from 1 to...

8 years ago | 2 answers | 0

2

answers

Question


I have a vector named signal consisting of 300001 values. In each iteration of the for loop, I want to pick up 2000 consecutive values from this vector and store it in another vector X (X is 1*2000 vector)
In first iteration, 1 to 2000 values from signal gets stored in X. In second iteration, 20001 to 4000 values are stored in X..so...

8 years ago | 1 answer | 0

1

answer