i need to subtract two arrays of different sizes
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (2)
Ver también
Categorías
Más información sobre Language Fundamentals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!