Statistics
RANK
176,586
of 295,486
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 3 answers | 0
3
answershow to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
11 years ago | 0
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
thanks .. I will review the information
11 years ago | 0
Question
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 years ago | 3 answers | 0