How to multiply matrices without using operator asterix?

13 Ansichten (letzte 30 Tage)
Rahul k
Rahul k am 20 Jan. 2019
Kommentiert: Stephen23 am 21 Jan. 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 Kommentare
Rahul k
Rahul k am 21 Jan. 2019
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 am 21 Jan. 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Stephan
Stephan am 20 Jan. 2019
Hi,
problably you are looking for:
Best regards
Stephan

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by