How to multiply matrices without using operator asterix?

13 次查看(过去 30 天)
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 个评论
Rahul k
Rahul k 2019-1-21
I mean without doing the mtimes or A*B,using for loop or other good programming logic that helps me to understand intuitively.Sorry if i m framing the sentences wrong,but i m pretty much new and i m working on it.
Stephen23
Stephen23 2019-1-21
"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.

请先登录,再进行评论。

采纳的回答

Stephan
Stephan 2019-1-20
Hi,
problably you are looking for:
Best regards
Stephan

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by