Feeds
質問
error with imrotate
I have an older version of matlab (ver 7.8.0 R 2009a). Previously imrotate worked perfectly, however, now I get the following...
15年弱 前 | 1 件の回答 | 0
1
回答回答済み
vector to repeated matrix multiplication
actually, figured it out. Thank you both again for your help! A1 = bsxfun(@minus,reshape(v2,1,1,3),A); sum(bsxfun(@times,r...
vector to repeated matrix multiplication
actually, figured it out. Thank you both again for your help! A1 = bsxfun(@minus,reshape(v2,1,1,3),A); sum(bsxfun(@times,r...
15年弱 前 | 0
回答済み
vector to repeated matrix multiplication
OK, one last one which is just an extension of this one. suppose I have v1 = [1 2 3], v2 = [4 5 6], and A = [1 2; 3 4] I w...
vector to repeated matrix multiplication
OK, one last one which is just an extension of this one. suppose I have v1 = [1 2 3], v2 = [4 5 6], and A = [1 2; 3 4] I w...
15年弱 前 | 0
質問
vector to repeated matrix multiplication
Hi all. Just wanted to find a non loop way of computing the following operation. A = [1 2; 3 4], V = [ 1 2 3] compute Y...
15年弱 前 | 6 件の回答 | 1
