dot multipy unequal matrix size. Possible?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
fadams18
am 8 Mär. 2019
Bearbeitet: KALYAN ACHARJYA
am 8 Mär. 2019
hello,
I have 2 matrices
X=20 by 10000
Q= 10000 by 10000
Is it possible to make a Q.*X ?
0 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 8 Mär. 2019
Bearbeitet: KALYAN ACHARJYA
am 8 Mär. 2019
Basic Maths:Just for matrix multiplication, you can
The number of columns in the first matrix must be equal to the number of rows in the second matrix.
But for dot multiplication, how can you do that?
Suppose m1(1,1)*m2(1,1)..so on
Not have sufficient elements to pair each other. For dot operation both must have same sizes.
So the answer is No.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!