Community Profile

photo

Pratik Chawla


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How do I make this in a for loop (matrix dimensions don't match)
% k = find(Sensor1Data1(1,:)); % for i = (2:length(k)) % if ((k(i)-k(i-1)) == 1) % m(i) = k(i); % ...

9 years ago | 0 answers | 0

0

answers

Question


Put two vectors in a matrix in accordance to their index.
Simplified: I have a vector 'a' which goes from 0 - 1000 with increments of 1 and a vector 'b' that goes from 800.5 - 1800.5 wit...

9 years ago | 0 answers | 0

0

answers

Question


Recognize and Separate data from vector into multiple vectors
I have a 12,000X1 vector of data. and I need to separate the data into different vectors I want to get the index values of e...

9 years ago | 1 answer | 0

1

answer