i need to subtract two arrays of different sizes
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (2개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!