Feeds
답변 있음
How to multiply Multidimensional Arrays with a column vector
Clear Matlab solution according sixwwwwww and Tristan: B=zeros(1,1,2); B(:)=[1,2]; C=bsxfun(@times,A,B);
How to multiply Multidimensional Arrays with a column vector
Clear Matlab solution according sixwwwwww and Tristan: B=zeros(1,1,2); B(:)=[1,2]; C=bsxfun(@times,A,B);
거의 10년 전 | 0
