photo

Akila Udage


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse