Feeds
질문
replicate a matrix, make it bigger, but don't tile
Hi, How do I replicate a matrix and double its size without tiling the way repmat does? So how do I get [1,2;3,4] to be [1,1...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
doulbe the size of all elements in a matrix
Hi, I make 320 by 240 pixel matrices that I need to convert to 640 x 480. But, i want A(1,1) to go into B(1,1), B(1,2), B(2...
12년 초과 전 | 답변 수: 2 | 1
2
답변질문
How do I copy a 320x240 matrix into a 640x480 matrix and expand everything 200%?
Hi, For various reasons I need to use a 320x240 matrix (call it A) to compute it's element values, but then I need a 640x480...
대략 13년 전 | 답변 수: 1 | 0
