how do I multiply two matrices
古いコメントを表示
Hi
a = [1,2,3;9,8,7] b = [5,8;8,7;9,4] I can't figure out how a*b = [48,34;172,156]?
thanks
1 件のコメント
KSSV
2017 年 12 月 27 日
It is basic...multiplying two matrices......are you aware of how to multiply two matrices?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!