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

what do you mean without asterix operator ? probably you want to use mtimes() ?
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.
"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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Performance 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