how to do matrix addition of different sizes
Show older comments
E = diag([12:4:56])
B=rand(12,3)
C=A+B
Accepted Answer
More Answers (0)
Categories
Find more on Language Fundamentals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!