How to multiply matrices without using operator asterix?

조회 수: 3 (최근 30일)
Rahul k
Rahul k 2019년 1월 20일
댓글: Stephen23 2019년 1월 21일
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에서 Performance and Memory에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by