photo

Akila Udage


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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...

4年以上 前 | 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 ...

4年以上 前 | 1 件の回答 | 0

1

回答