Dadas duas matrizes M1 e M2, verifique se as matrizes podem ser multiplicadas uma pela outra
M1 = [1 2 3; 4 5 6]
M2 = [7; 8; 9]
SaoMultiplicaveis(M1, M2) = true;
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers38
Suggested Problems
-
Getting the indices from a vector
12431 Solvers
-
Find out total non zero element of matrix
288 Solvers
-
249 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
361 Solvers
-
144 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!