I want to do a simple thing with matlab but I don't find how I can do that...
So, a little example is more explicit than lots of sentences...
I have a matrix :
1 2 3
4 5 6
And I want to have the same matrix twice bigger with same proportion. I want to have :
1 1 2 2 3 3
1 1 2 2 3 3
4 4 5 5 6 6
4 4 5 5 6 6
Someone can help me ?
Thanks !