How to multiply matrices without using operator asterix?

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 件のコメント

madhan ravi
madhan ravi 2019 年 1 月 20 日
what do you mean without asterix operator ? probably you want to use mtimes() ?
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 日

0 投票

Hi,
problably you are looking for:
Best regards
Stephan

1 件のコメント

Rahul k
Rahul k 2019 年 1 月 21 日
Thank you stephen for the direction.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePerformance and Memory についてさらに検索

製品

質問済み:

2019 年 1 月 20 日

コメント済み:

2019 年 1 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by