![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16057013_1567016560202_DEF.jpg)
Akila Udage
Followers: 0 Following: 0
Feeds
提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
5 years 前 | 1 个回答 | 0