Matlab Matrix Multiplication

preview_player
Показать описание
In this video i am going to explain matlab matrix multiplication code.We will take two matrices as an input from the user and perform matrices multiplication in matlab.This can be used for array multiplication in matlab.For similar matlab programming videos visit

Circular Convolution matlab code
Circular Convolution with and without using conv in matlab
Dft code in matlab
Matlab factorial program
linear convolution with and without using inbuilt function
matlab swap two numbers code
matlab prime number program
sampling proof matlab
matlab matrix addition program
Рекомендации по теме
Комментарии
Автор

did you make a mistake? Aren't it suppose to be x(i, k)*y(k, j)

puttatidam.
Автор

Very good explanation. except there is one mistake inside third for loop . It should be: z(i, j)=z(i, j)+x(i, k)*y(k, j). Thank you.

jannatulferdous
Автор

your program doesn t multiply x by y correctly, the final answer should be (13 14; 19 20)
right?

rickholte
Автор

im geting this error code please help
Index in position 2 exceeds array bounds (must not exceed 1).

Error in Matrix_mult (line 9)
z=z(i, j)+A(i, c)*B(c, j);

xainfn
Автор

is it DFT multiplication with matrix.... please reply

hamzailyas
Автор

Svp je voudrais le code qui effectue la multiplication de deux matrices sur matlab.

donalddodjou