Community Profile

photo

ak135AK


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


divide array into subarrays
I am working with array, let's say x = [1:10]; I would like to create n subarrays out of it in following way. For example, n =...

8 years ago | 1 answer | 0

1

answer

Question


Efficient reordering of vector
I would like to reorder vector as following: a = [1 2 3 4 5 6 7 8 9 10 11 12] to r = [1 5 9 2 6 10 3 7 11 4 8 12] ...

8 years ago | 1 answer | 0

1

answer

Question


Vectorization of double for loop
I am vectorizing following code,doesnt seem to work. I will appreciate any help ! aux=1; ...

8 years ago | 1 answer | 0

1

answer

Question


for loop vectorization using cells
I am trying to vectorize following loop: for i = 1: size(s{2},1) locCOR(i) = 0; fo...

8 years ago | 1 answer | 0

1

answer