Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
how can i divide elements of matrix M_0(m,n,k) by the elements of M_1(m,n,k) ?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by