Community Profile

photo

Shanawaz Syed


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to assign values of each sub matrix from main matriix into another matrix?
I have a matrix of size 256*384. If we divide it into 4*4 blocks there will be total of 6144 sub matrices(4*4 size). If we divid...

6 years ago | 2 answers | 0

2

answers

Question


How to assign parts of a main matrix equal to the indexed sub matrices?
In matlab if we have a main matrix A=[1 2 1 2;3 4 3 4;1 2 1 2;3 4 3 4] which is a 4*4 matrix divided into 2*2 sub block...

6 years ago | 1 answer | 0

1

answer