photo

Akila Udage


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta