How to multiply matrices without using operator asterix?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rahul k
el 20 de En. de 2019
Comentada: Stephen23
el 21 de En. de 2019
i have a problem in understanding and developing the proper logics while coding in matlab.I couldn't do matrix multiplication of two matrices of any order without using the asterix operator.I m pursuing matlab recently hoping to become a good programmer.Can somebody help me out on this,so i can understand the fundamentals better?
3 comentarios
Stephen23
el 21 de En. de 2019
"I mean without doing the mtimes or A*B,using for loop or other good programming logic that helps me to understand intuitively"
Use the internet to find the definition of matrix multiplication and implement it using a few loops.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Performance and Memory en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!