how can i divide elements of matrix M_0(m,n,k) by the elements of M_1(m,n,k) ?

1 vue (au cours des 30 derniers jours)
how can i divide elements of matrix M_0(m,n,k) by the elements of M_1(m,n,k) ?

Réponse acceptée

Image Analyst
Image Analyst le 7 Août 2015
Use dot slash to divide element-by-element:
outputMatrix = M_0 ./ M_1;

Plus de réponses (0)

Catégories

En savoir plus sur Numeric Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by