i need to subtract two arrays of different sizes

6 visualizaciones (últimos 30 días)
Omar Almahallawy
Omar Almahallawy el 7 de Mayo de 2019
Respondida: KSSV el 7 de Mayo de 2019
A= 10 15 20 25
11 12 17 16
12 11 17 19
B= 5 4 3
C=A-B
i need the first row in A with the first element in B
second row in A with second element in B
AND SO ON...
i need the answer to be like this
C=5 10 15 20
7 8 13 12
9 8 14 16

Respuestas (2)

KSSV
KSSV el 7 de Mayo de 2019

madhan ravi
madhan ravi el 7 de Mayo de 2019

Categorías

Más información sobre Language Fundamentals 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