Feeds
質問
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
fre=100:100:1000; A=[1 9; 9 5]; % matrix 2*2 B=[1 0; cos(2.*pi.*fre) 0]; %matrix 2*2 C=A.*B; % ?? how ...
11年以上 前 | 3 件の回答 | 0
3
回答回答済み
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
11年以上 前 | 0
回答済み
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
11年以上 前 | 0
質問
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Example: fre=100:100:1000; A1=1; B1=5; C1=0; D1=1; Matrix1=[A1 B1;C1 D1]; A2=1; B2=sin(2*pi*fre); C2=0; D2=1;...
11年以上 前 | 3 件の回答 | 0