Matrix product: mprod(A,...)

This function calculates the matrix product of A.
31 download
Aggiornato 30 ago 2016

Visualizza la licenza

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

Cita come

Dark Dragon (2025). Matrix product: mprod(A,...) (https://it.mathworks.com/matlabcentral/fileexchange/58911-matrix-product-mprod-a), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Algebra in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Added github link.