Community Profile

photo

Akila Udage


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Storing Outputs from a Nested Loop with a step
data = xlsread ('file.xlsx' ,'sheet'); k=15; for i = 1:16:128 for j= 1:16:128 submat = data(i:i+k,j:j+k); U...

4 years ago | 1 answer | 0

1

answer

Question


Extracting parts of matrix for sub matrices
I have 128 by 128 matrix. I want to extract 16 by 16 matrices from seperately. it sould be like 1-16 colums with 1-16 rows and ...

4 years ago | 1 answer | 0

1

answer