i need help for this one please...i need to add each element of matrix A to corresponding element in matrix B

1 次查看(过去 30 天)
2 matrixes...add each element of corresponding matrixes

采纳的回答

Matlab Pro
Matlab Pro 2024-6-6
Thats all?
a = ones(5);
b = rand(5);
c = a+b;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by