Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
how can i divide elements of matrix M_0(m,n,k) by the elements of M_1(m,n,k) ?

Risposta accettata

Image Analyst
Image Analyst il 7 Ago 2015
Use dot slash to divide element-by-element:
outputMatrix = M_0 ./ M_1;

Più risposte (0)

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by