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
