Matrix product: mprod(A,...)

版本 1.0.0.0 (2.2 KB) 作者: Dark Dragon
This function calculates the matrix product of A.
29.0 次下载
更新时间 2016/8/30

查看许可证

Analog to times/prod for element-wise multiplication, mtimes/mprod work for array multiplication. Since mprod is not included in the standard functions, I created it!
Github: https://github.com/darkdragon-001/matlab_helpers

引用格式

Dark Dragon (2024). Matrix product: mprod(A,...) (https://www.mathworks.com/matlabcentral/fileexchange/58911-matrix-product-mprod-a), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added github link.