Matrix product: mprod(A,...)
Version 1.0.0.0 (2.21 KB) by
Dark Dragon
This function calculates the matrix product of A.
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
Cite As
Dark Dragon (2025). Matrix product: mprod(A,...) (https://www.mathworks.com/matlabcentral/fileexchange/58911-matrix-product-mprod-a), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: Join array elements together via user function: joinfun(x,y0,f,...)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Added github link. |