Filling an n4 x n4 Matrix with a 4 x 4 Matrix

  • MATLAB
  • Thread starter ziad1985
  • Start date
  • Tags
    Matrix
  • #1
237
0
I have a [4 X 4] matrix , and another one which is [n4 X n4] n is an integer.
my question is there a way to fill the [n4 X n4] with n times the small [4 X 4] one.
meaning if the [4 X 4] is a
what i want to do is
a a a a
a a a a
a a a a
a a a a
n is 4 , so it's [16 X 16]
any certain function to use ? or it would have to be a For Loops to use ?
 
  • #2
I think repmat() is what you need. Type help repmat at the prompt for instructions on the use.
 

Suggested for: Filling an n4 x n4 Matrix with a 4 x 4 Matrix

Replies
4
Views
1K
Replies
5
Views
417
Replies
5
Views
1K
Replies
1
Views
686
Replies
0
Views
1K
Replies
1
Views
650
Replies
4
Views
1K
Replies
3
Views
1K
Replies
2
Views
1K
Back
Top