how to do matrix addition of different sizes

1 次查看(过去 30 天)
E = diag([12:4:56])
B=rand(12,3)
C=A+B

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-6-13
C=A
C(:,1:3)=A(:,1:3)+B(:,1:3)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by